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 | 邯芽キ帷。 | 1110011110110110100010011110100010110111100110111110011110100001 | e7b689e8b79be7a1 |
EUC-JP | 邯芽キ帷。 | 11101110101110001011001011101010100011101011011111010110111010011000111010100001 | eeb8b2ea8eb7d6e98ea1 |
UTF-8 | 邯芽キ帷。 | 111010011000001010101111111010001000101010111101111011111011110110110111111001011011100010110111111011111011110110100001 | e982afe88abdefbdb7e5b8b7efbda1 |
UHC | 邯芽??? | 11001010111110111110010010110100001111110011111100111111 | cafbe4b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)