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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 棚坦側Z | 10010010010010011001001001010010100100011010010001011010 | 9249925291a45a |
EUC-JP | 棚坦側Z | 11000011101010101100001110110011110000101010011001011010 | c3aac3b3c2a65a |
UTF-8 | 棚坦側Z | 11100110101000111001101011100101100111011010011011100101100000011011010001011010 | e6a39ae59da6e581b45a |
UHC | 棚坦側Z | 11011101110111001111011110100100111101101011000001011010 | dddcf7a4f6b05a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)