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 | 曖瀋束 | 100111100100001011100000011000111001000110101001 | 9e42e06391a9 |
EUC-JP | 曖瀋束 | 110110111010001111011111110001001100001010101011 | dba3dfc4c2ab |
UTF-8 | 曖瀋束 | 111001101001101110010110111001111000000010001011111001101001110110011111 | e69b96e7808be69d9f |
UHC | 曖瀋束 | 111001001111001011100100101000111110000111010110 | e4f2e4a3e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)