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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 彧?く?\ | 11111010101110010011111110000010101011010011111101011100 | fab93f82ad3f5c |
EUC-JP | 彧?く?\ | 1000111110111100111111100011111110100100101011110011111101011100 | 8fbcfe3fa4af3f5c |
UTF-8 | 彧폼く렪\ | 11100101101111011010011111101101100011111011110011100011100000011000111111101011101000001010101001011100 | e5bda7ed8fbce3818feba0aa5c |
UHC | 彧폼く렪\ | 111010011110111011000110111110111010101010101111100011101011100001011100 | e9eec6fbaaaf8eb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)