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 | 11100110100011001000000101100011111000100111001101000010 | e68c8163e27342 |
EUC-JP | 謖…龝B | 11101011111011001010000111000100111000111101010001000010 | ebeca1c4e3d442 |
UTF-8 | 謖…龝B | 11101000101011001001011011100010100000001010011011101001101111101001110101000010 | e8ac96e280a6e9be9d42 |
UHC | 謖…?B | 111000011101101010100001101001100011111101000010 | e1daa1a63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)