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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 獨珮璢\ | 11100000110101011110000011100001111000001110001101011100 | e0d5e0e1e0e35c |
EUC-JP | 獨珮璢\ | 11100000110101111110000011100011111000001110010101011100 | e0d7e0e3e0e55c |
UTF-8 | 獨珮璢\ | 11100111100011011010100011100111100011111010111011100111100100101010001001011100 | e78da8e78faee792a25c |
UHC | 獨??\ | 1101010010111100001111110011111101011100 | d4bc3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)