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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 瀛??@B | 111000000110100100111111001111110100000001000010 | e0693f3f4042 |
EUC-JP | 瀛??@B | 110111111100101000111111001111110100000001000010 | dfca3f3f4042 |
UTF-8 | 瀛럮뢟@B | 1110011110000000100110111110101110011111101011101110101110100010100111110100000001000010 | e7809beb9faeeba29f4042 |
UHC | 瀛럮뢟@B | 1110011110111010100011101000111110001111010110100100000001000010 | e7ba8e8f8f5a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)