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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪駆「喜ェ | 1110010110100001100010111110110010100010100010101110110010101010 | e5a18beca28aecaa |
EUC-JP | 蝪駆「喜ェ | 11101010101000111011011011101110100011101010001010110100111011101000111010101010 | eaa3b6ee8ea2b4ee8eaa |
UTF-8 | 蝪駆「喜ェ | 111010001001110110101010111010011010011110000110111011111011110110100010111001011001011010011100111011111011110110101010 | e89daae9a786efbda2e5969cefbdaa |
UHC | ???喜? | 001111110011111100111111111111011110110000111111 | 3f3f3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)