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 | 娶i | 10011011010101111000001010001001 | 9b578289 |
EUC-JP | 娶i | 11010101101110001010001111101001 | d5b8a3e9 |
UTF-8 | 娶i | 111001011010100010110110111011111011110110001001 | e5a8b6efbd89 |
UHC | 娶i | 11110110101001011010001111101001 | f6a5a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)