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^ | 100010100100111000111111001111110110001101011110 | 8a4e3f3f635e |
EUC-JP | 劾??c^ | 101100111010111100111111001111110110001101011110 | b3af3f3f635e |
UTF-8 | 劾욎껴c^ | 1110010110001010101111101110110010011010100011101110101010111011101101000110001101011110 | e58abeec9a8eeabbb4635e |
UHC | 劾욎껴c^ | 1111101010110110100111101110110010110010101110000110001101011110 | fab69eecb2b8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)