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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 盡站珥 | 111000011011011011100010100010111110000011100000 | e1b6e28be0e0 |
EUC-JP | 盡站珥 | 111000101011100011100011111010111110000011100010 | e2b8e3ebe0e2 |
UTF-8 | 盡站珥 | 111001111001101110100001111001111010101110011001111001111000111110100101 | e79ba1e7ab99e78fa5 |
UHC | 盡站珥 | 111100101101011111110011110101111110110010110100 | f2d7f3d7ecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)