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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?夭E | 00111111100110101110111001000101 | 3f9aee45 |
EUC-JP | ?夭E | 00111111110101001111000001000101 | 3fd4f045 |
UTF-8 | 뾑夭E | 11101011101111101001000111100101101001001010110101000101 | ebbe91e5a4ad45 |
UHC | 뾑夭E | 1001011101001111111010001110110001000101 | 974fe8ec45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)