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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 躍ε?B | 100101101111010010000011110000110011111101000010 | 96f483c33f42 |
EUC-JP | 躍ε?B | 110011001111011010100110110001010011111101000010 | ccf6a6c53f42 |
UTF-8 | 躍ε른B | 111010001011101010001101110011101011010111101011101001011011100001000010 | e8ba8dceb5eba5b842 |
UHC | 躍ε른B | 11100101101110001010010111100101101110001010010101000010 | e5b8a5e5b8a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)