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 | 掌←?掌 | 10001111101101101000000110101001001111111000111110110110 | 8fb681a93f8fb6 |
EUC-JP | 掌←?掌 | 10111110101110001010001010101011001111111011111010111000 | beb8a2ab3fbeb8 |
UTF-8 | 掌←캙掌 | 111001101000111010001100111000101000011010010000111011001011101010011001111001101000111010001100 | e68e8ce28690ecba99e68e8c |
UHC | 掌←캙掌 | 1110110111100110101000011110011110101111101000001110110111100110 | ede6a1e7afa0ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)