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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 躬牘躬帋h | 111001110101101011100000101011111110011101011010100110111110000101101000 | e75ae0afe75a9be168 |
EUC-JP | 躬牘躬帋h | 111011011011101111100000101100011110110110111011110101101110001101101000 | edbbe0b1edbbd6e368 |
UTF-8 | 躬牘躬帋h | 11101000101110101010110011100111100010011001100011101000101110101010110011100101101110001000101101101000 | e8baace78998e8baace5b88b68 |
UHC | 躬牘躬?h | 1100111111100101110101001011101011001111111001010011111101101000 | cfe5d4bacfe53f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)