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 | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
SJIS-WIN | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
EUC-JP | ???^?? | 001111110011111100111111010111100011111100111111 | 3f3f3f5e3f3f |
UTF-8 | 렺쩨렱^렺채 | 11101011101000001011101011101100101010011010100011101011101000001011000101011110111010111010000010111010111011001011000110000100 | eba0baeca9a8eba0b15eeba0baecb184 |
UHC | 렺쩨렱^렺채 | 1000111011000010110000101100010110001110101111100101111010001110110000101100001110100100 | 8ec2c2c58ebe5e8ec2c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)