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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 悉射]H | 100011101011101110001110110010110101110101001000 | 8ebb8ecb5d48 |
EUC-JP | 悉射]H | 101111001011110110111100110011010101110101001000 | bcbdbccd5d48 |
UTF-8 | 悉射]H | 1110011010000010100010011110010110110000100001000101110101001000 | e68289e5b0845d48 |
UHC | 悉射]H | 111000111111101011011110110100100101110101001000 | e3faded25d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)