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?c^ | 0011111101100011001111110110001101011110 | 3f633f635e |
SJIS-WIN | ?c?c^ | 0011111101100011001111110110001101011110 | 3f633f635e |
EUC-JP | ?c?c^ | 0011111101100011001111110110001101011110 | 3f633f635e |
UTF-8 | 횪c횪c^ | 111011011001101010101010011000111110110110011010101010100110001101011110 | ed9aaa63ed9aaa635e |
UHC | 횪c횪c^ | 11000011101000000110001111000011101000000110001101011110 | c3a063c3a0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)