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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 恁⑦?vB | 10011100100011001000011101000110001111110111011001000010 | 9c8c87463f7642 |
EUC-JP | 恁??vB | 110101111110110000111111001111110111011001000010 | d7ec3f3f7642 |
UTF-8 | 恁⑦슎vB | 1110011010000001100000011110001010010001101001101110110010001010100011100111011001000010 | e68181e291a6ec8a8e7642 |
UHC | 恁⑦슎vB | 1110110011110110101010001110110110011010100111100111011001000010 | ecf6a8ed9a9e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)