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 | ??_??? | 001111110011111101011111001111110011111100111111 | 3f3f5f3f3f3f |
SJIS-WIN | ??_??? | 001111110011111101011111001111110011111100111111 | 3f3f5f3f3f3f |
EUC-JP | ??_??? | 001111110011111101011111001111110011111100111111 | 3f3f5f3f3f3f |
UTF-8 | 렺창_렺쩡렫 | 11101011101000001011101011101100101100001011110101011111111010111010000010111010111011001010100110100001111010111010000010101011 | eba0baecb0bd5feba0baeca9a1eba0ab |
UHC | 렺창_렺쩡렫 | 1000111011000010110000111010001001011111100011101100001011000010110001001000111010111001 | 8ec2c3a25f8ec2c2c48eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)