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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 喪雪晳 | 100100010111001010010000111000011111101011011001 | 917290e1fad9 |
EUC-JP | 喪雪晳 | 11000001110100111100000011100011100011111100001011000100 | c1d3c0e38fc2c4 |
UTF-8 | 喪雪晳 | 111001011001011010101010111010011001101110101010111001101001100110110011 | e596aae99baae699b3 |
UHC | 喪雪晳 | 110111111100001111100000111001001110000010101111 | dfc3e0e4e0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)