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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 茴茴茴茴B | 111001001010000011100100101000001110010010100000111001001010000001000010 | e4a0e4a0e4a0e4a042 |
EUC-JP | 茴茴茴茴B | 111010001010001011101000101000101110100010100010111010001010001001000010 | e8a2e8a2e8a2e8a242 |
UTF-8 | 茴茴茴茴B | 11101000100011001011010011101000100011001011010011101000100011001011010011101000100011001011010001000010 | e88cb4e88cb4e88cb4e88cb442 |
UHC | 茴茴茴茴B | 111111001110110111111100111011011111110011101101111111001110110101000010 | fcedfcedfcedfced42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)