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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 璋?EE | 1110000011110110001111110100010101000101 | e0f63f4545 |
EUC-JP | 璋?EE | 1110000011111000001111110100010101000101 | e0f83f4545 |
UTF-8 | 璋렏EE | 1110011110010010100010111110101110100000100011110100010101000101 | e7928beba08f4545 |
UHC | 璋렏EE | 111011011111000010001110101001010100010101000101 | edf08ea54545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)