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^ | 100101110111010000111111001111110110001101011110 | 97743f3f635e |
EUC-JP | 葉??c^ | 110011011101010100111111001111110110001101011110 | cdd53f3f635e |
UTF-8 | 葉덆큳c^ | 1110100010010001100010011110101110001101100001101110110110000001101100110110001101011110 | e89189eb8d86ed81b3635e |
UHC | 葉덆큳c^ | 1110011110101000100010001110100110110100100000110110001101011110 | e7a888e9b483635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)