To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隰ウ邊錬 | 11101000101011001011001111100111101100101001100001000010 | e8acb3e7b29842 |
EUC-JP | 隰ウ邊錬 | 1111000010101110100011101011001111101110101101001100111110100011 | f0ae8eb3eeb4cfa3 |
UTF-8 | 隰ウ邊錬 | 111010011001101010110000111011111011110110110011111010011000001010001010111010011000110010101100 | e99ab0efbdb3e9828ae98cac |
UHC | ??邊? | 0011111100111111110111001010101100111111 | 3f3fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)