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 | 獏崔迷 | 111000001101000110011011110000011001011011000000 | e0d19bc196c0 |
EUC-JP | 獏崔迷 | 111000001101001111010110110000111100110011000010 | e0d3d6c3ccc2 |
UTF-8 | 獏崔迷 | 111001111000110110001111111001011011010010010100111010001011111110110111 | e78d8fe5b494e8bfb7 |
UHC | ?崔迷 | 0011111111110101110010111101101010111011 | 3ff5cbdabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)