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 | 贓瓏? | 1110011011011001111000001111101000111111 | e6d9e0fa3f |
EUC-JP | 贓瓏? | 1110110011011011111000001111110000111111 | ecdbe0fc3f |
UTF-8 | 贓瓏룔 | 111010001011010010010011111001111001001110001111111010111010001110010100 | e8b493e7938feba394 |
UHC | 贓瓏룔 | 111011011111110011010110111010101011011111100011 | edfcd6eab7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)