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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鍄捺 | 11100111111110111001001111100110 | e7fb93e6 |
EUC-JP | 鍄捺 | 11101110111111011100011011101000 | eefdc6e8 |
UTF-8 | 鍄捺 | 111010011000110110000100111001101000110110111010 | e98d84e68dba |
UHC | ?捺 | 001111111101000111110100 | 3fd1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)