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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 惡롧퉫惡롦짎^ | 11101111101001101011100111101011101000011010011111101101100010011010101111101111101001101011100111101011101000011010011011101100101001111000111001011110 | efa6b9eba1a7ed89abefa6b9eba1a6eca78e5e |
UHC | 惡롧퉫惡롦짎^ | 11100111111101111000111011100111101110011000001111100111111101111000111011100110101000111001101001011110 | e7f78ee7b983e7f78ee6a39a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)