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^ | 100111011001101000111111001111110110001101011110 | 9d9a3f3f635e |
EUC-JP | 撓??c^ | 110110011111101000111111001111110110001101011110 | d9fa3f3f635e |
UTF-8 | 撓쒙슉c^ | 1110011010010010100100111110110010010010100110011110110010001010100010010110001101011110 | e69293ec9299ec8a89635e |
UHC | 撓쒙슉c^ | 1110100011110101100111001110111110111101101101010110001101011110 | e8f59cefbdb5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)