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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 夷??@B | 100010001100111000111111001111110100000001000010 | 88ce3f3f4042 |
EUC-JP | 夷??@B | 101100001101000000111111001111110100000001000010 | b0d03f3f4042 |
UTF-8 | 夷뗮쉮@B | 1110010110100100101101111110101110010111101011101110110010001001101011100100000001000010 | e5a4b7eb97aeec89ae4042 |
UHC | 夷뗮쉮@B | 1110110010101000100010111110110110011010100001100100000001000010 | eca88bed9a864042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)