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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 鵝??SB | 111010100100000000111111001111110101001101000010 | ea403f3f5342 |
EUC-JP | 鵝??SB | 111100111010000100111111001111110101001101000010 | f3a13f3f5342 |
UTF-8 | 鵝녶컟SB | 1110100110110101100111011110101110000101101101101110110010111011100111110101001101000010 | e9b59deb85b6ecbb9f5342 |
UHC | 鵝녶컟SB | 1110010010111101100001101110010110110000100010100101001101000010 | e4bd86e5b08a5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)