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 | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
SJIS-WIN | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
EUC-JP | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
UTF-8 | 렺쩡렭렺쩡렢_ | 11101011101000001011101011101100101010011010000111101011101000001010110111101011101000001011101011101100101010011010000111101011101000001010001001011111 | eba0baeca9a1eba0adeba0baeca9a1eba0a25f |
UHC | 렺쩡렭렺쩡렢_ | 10001110110000101100001011000100100011101011101010001110110000101100001011000100100011101011001101011111 | 8ec2c2c48eba8ec2c2c48eb35f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)