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 | ????使甲 | 0011111100111111001111110011111110001110011001111000110101100010 | 3f3f3f3f8e678d62 |
EUC-JP | ????使甲 | 0011111100111111001111110011111110111011110010001011100111000011 | 3f3f3f3fbbc8b9c3 |
UTF-8 | 렺쩨렱렺使甲 | 111010111010000010111010111011001010100110101000111010111010000010110001111010111010000010111010111001001011110110111111111001111001010010110010 | eba0baeca9a8eba0b1eba0bae4bdbfe794b2 |
UHC | 렺쩨렱렺使甲 | 100011101100001011000010110001011000111010111110100011101100001011011110110001011100101110100011 | 8ec2c2c58ebe8ec2dec5cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)