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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鹽??楷?F | 1110101001100100001111110011111110011110101100100011111101000110 | ea643f3f9eb23f46 |
EUC-JP | 鹽??楷?F | 1111001111000101001111110011111111011100101101000011111101000110 | f3c53f3fdcb43f46 |
UTF-8 | 鹽뽯베楷퀯F | 11101001101110011011110111101011101111011010111111101011101100101010000011100110101001011011011111101101100000001010111101000110 | e9b9bdebbdafebb2a0e6a5b7ed80af46 |
UHC | 鹽뽯베楷퀯F | 1110011110100100100101101110101110111010101000111111101010101100101101000100001001000110 | e7a496ebbaa3faacb44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)