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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉗崔迷 | 111001111110011110011011110000011001011011000000 | e7e79bc196c0 |
EUC-JP | 鉗崔迷 | 111011101110100111010110110000111100110011000010 | eee9d6c3ccc2 |
UTF-8 | 鉗崔迷 | 111010011000100110010111111001011011010010010100111010001011111110110111 | e98997e5b494e8bfb7 |
UHC | 鉗崔迷 | 110011001100011011110101110010111101101010111011 | ccc6f5cbdabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)