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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?弄??弄?B | 001111111001100001001101001111110011111110011000010011010011111101000010 | 3f984d3f3f984d3f42 |
EUC-JP | ?弄??弄?B | 001111111100111110101110001111110011111111001111101011100011111101000010 | 3fcfae3f3fcfae3f42 |
UTF-8 | 亐弄쓱亐弄쓱B | 11100100101110101001000011100101101111001000010011101100100100111011000111100100101110101001000011100101101111001000010011101100100100111011000101000010 | e4ba90e5bc84ec93b1e4ba90e5bc84ec93b142 |
UHC | 亐弄쓱亐弄쓱B | 11101010101001111101011011100111101111101011001111101010101001111101011011100111101111101011001101000010 | eaa7d6e7beb3eaa7d6e7beb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)