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 | ??c????? | 0011111100111111011000110011111100111111001111110011111100111111 | 3f3f633f3f3f3f3f |
SJIS-WIN | ??c????? | 0011111100111111011000110011111100111111001111110011111100111111 | 3f3f633f3f3f3f3f |
EUC-JP | ??c????? | 0011111100111111011000110011111100111111001111110011111100111111 | 3f3f633f3f3f3f3f |
UTF-8 | 렺첬c렺채렺쩡렠 | 11101011101000001011101011101100101100101010110001100011111010111010000010111010111011001011000110000100111010111010000010111010111011001010100110100001111010111010000010100000 | eba0baecb2ac63eba0baecb184eba0baeca9a1eba0a0 |
UHC | 렺첬c렺채렺쩡렠 | 100011101100001011000011101110100110001110001110110000101100001110100100100011101100001011000010110001001000111010110001 | 8ec2c3ba638ec2c3a48ec2c2c48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)