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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?碎?? | 0011111111100001111010100011111100111111 | 3fe1ea3f3f |
EUC-JP | ?碎?? | 0011111111100010111011000011111100111111 | 3fe2ec3f3f |
UTF-8 | 렣碎렳롉 | 111010111010000010100011111001111010001010001110111010111010000010110011111010111010000110001001 | eba0a3e7a28eeba0b3eba189 |
UHC | 렣碎렳롉 | 1000111010110100111000011110111110001110110000001000111011001111 | 8eb4e1ef8ec08ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)