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 | 10001000110110010011111110001000110110010011111101000010 | 88d93f88d93f42 |
EUC-JP | 異?異?B | 10110000110110110011111110110000110110110011111101000010 | b0db3fb0db3f42 |
UTF-8 | 異렫異렫B | 11100111100101011011000011101011101000001010101111100111100101011011000011101011101000001010101101000010 | e795b0eba0abe795b0eba0ab42 |
UHC | 異렫異렫B | 111011001011011010001110101110011110110010110110100011101011100101000010 | ecb68eb9ecb68eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)