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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?荳??荳?^ | 001111111110010010111000001111110011111111100100101110000011111101011110 | 3fe4b83f3fe4b83f5e |
EUC-JP | ?荳??荳?^ | 001111111110100010111010001111110011111111101000101110100011111101011110 | 3fe8ba3f3fe8ba3f5e |
UTF-8 | 亐荳ㅉ亐荳ㅉ^ | 11100100101110101001000011101000100011011011001111100011100001011000100111100100101110101001000011101000100011011011001111100011100001011000100101011110 | e4ba90e88db3e38589e4ba90e88db3e385895e |
UHC | 亐荳ㅉ亐荳ㅉ^ | 11101010101001111101010011100101101001001011100111101010101001111101010011100101101001001011100101011110 | eaa7d4e5a4b9eaa7d4e5a4b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)