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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??隋??隋 | 0011111100111111111001000100000000111111001111111110010001000000 | 3f3fe4403f3fe440 |
EUC-JP | ??隋??隋 | 0011111100111111111001111010000100111111001111111110011110100001 | 3f3fe7a13f3fe7a1 |
UTF-8 | 롙렶隋롙렶隋 | 111010111010000110011001111010111010000010110110111010011001101010001011111010111010000110011001111010111010000010110110111010011001101010001011 | eba199eba0b6e99a8beba199eba0b6e99a8b |
UHC | 롙렶隋롙렶隋 | 100011101101110110001110110000011110001011001001100011101101110110001110110000011110001011001001 | 8edd8ec1e2c98edd8ec1e2c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)