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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 銓倩曝B | 11100111111100101001100011101000100101001001100001000010 | e7f298e8949842 |
EUC-JP | 銓倩曝B | 11101110111101001101000011101010110001111111100001000010 | eef4d0eac7f842 |
UTF-8 | 銓倩曝B | 11101001100010101001001111100101100000001010100111100110100110111001110101000010 | e98a93e580a9e69b9d42 |
UHC | 銓?曝B | 111011111011000000111111111110001110110101000010 | efb03ff8ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)