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 | 10011110110110001110000001100111111000100100011001000010 | 9ed8e067e24642 |
EUC-JP | 槨瀏礑B | 11011100110110101101111111001000111000111010011101000010 | dcdadfc8e3a742 |
UTF-8 | 槨瀏礑B | 11100110101001111010100011100111100000001000111111100111101001001001000101000010 | e6a7a8e7808fe7a49142 |
UHC | 槨瀏?B | 110011101010101011010111101101110011111101000010 | ceaad7b73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)