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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 陷溢「卓姦h | 11101000100111001000100011101100101000101001000111101100100010101010110101101000 | e89c88eca291ec8aad68 |
EUC-JP | 陷溢「卓姦h | 1110111111111100101100001110111010001110101000101100001011101110101101001010111101101000 | effcb0ee8ea2c2eeb4af68 |
UTF-8 | 陷溢「卓姦h | 11101001100110011011011111100110101110101010001011101111101111011010001011100101100011011001001111100101101001111010011001101000 | e999b7e6baa2efbda2e58d93e5a7a668 |
UHC | 陷溢?卓姦h | 11111001111010001110110011101110001111111111011011110001110010101100110101101000 | f9e8ecee3ff6f1cacd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)