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^ | 100101111010011000111111001111110110001101011110 | 97a63f3f635e |
EUC-JP | 率??c^ | 110011101010100000111111001111110110001101011110 | cea83f3f635e |
UTF-8 | 率긴툋c^ | 1110011110001110100001111110101010111000101101001110110110001000100010110110001101011110 | e78e87eab8b4ed888b635e |
UHC | 率긴툋c^ | 1110000111100011101100011110010010111000100000110110001101011110 | e1e3b1e4b883635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)