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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??呱] | 0011111100111111100110011110101101011101 | 3f3f99eb5d |
EUC-JP | ??呱] | 0011111100111111110100101110110101011101 | 3f3fd2ed5d |
UTF-8 | 렺쩡呱] | 11101011101000001011101011101100101010011010000111100101100100011011000101011101 | eba0baeca9a1e591b15d |
UHC | 렺쩡呱] | 10001110110000101100001011000100110011011011001001011101 | 8ec2c2c4cdb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)