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 | 輸垪玳 | 100101110100000110011010101110001110000011011100 | 97419ab8e0dc |
EUC-JP | 輸垪玳 | 110011011010001011010100101110101110000011011110 | cda2d4bae0de |
UTF-8 | 輸垪玳 | 111010001011110010111000111001011001111010101010111001111000111010110011 | e8bcb8e59eaae78eb3 |
UHC | 輸?玳 | 1110001011000011001111111101001111100101 | e2c33fd3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)