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 | 鞐墓「ヲ褻 | 1110100011011110100101011110011010100010101001101110010111110110 | e8de95e6a2a6e5f6 |
EUC-JP | 鞐墓「ヲ褻 | 11110000111000001100101011101000100011101010001010001110101001101110101011111000 | f0e0cae88ea28ea6eaf8 |
UTF-8 | 鞐墓「ヲ褻 | 111010011001111010010000111001011010001010010011111011111011110110100010111011111011110110100110111010001010010010111011 | e99e90e5a293efbda2efbda6e8a4bb |
UHC | ?墓??褻 | 00111111110110011101011100111111001111111110000011100001 | 3fd9d73f3fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)