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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題籠??? | 10010001111010001110001011000100001111110011111100111111 | 91e8e2c43f3f3f |
EUC-JP | 題籠??? | 11000010111010101110010011000110001111110011111100111111 | c2eae4c63f3f3f |
UTF-8 | 題籠렊흗렔 | 111010011010000110001100111001111011000110100000111010111010000010001010111011011001110110010111111010111010000010010100 | e9a18ce7b1a0eba08aed9d97eba094 |
UHC | 題籠렊흗렔 | 11110000101110011101011011101011100011101010000111001000111010011000111010101001 | f0b9d6eb8ea1c8e98ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)