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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 奪旦損c^ | 1001001001000100100100100101010110010001101110010110001101011110 | 9244925591b9635e |
EUC-JP | 奪旦損c^ | 1100001110100101110000111011011011000010101110110110001101011110 | c3a5c3b6c2bb635e |
UTF-8 | 奪旦損c^ | 1110010110100101101010101110011010010111101001101110011010010000100011010110001101011110 | e5a5aae697a6e6908d635e |
UHC | 奪旦損c^ | 1111011110101100110100111010100111100001110111110110001101011110 | f7acd3a9e1df635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)