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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ??筵E | 0011111100111111111000101010010101000101 | 3f3fe2a545 |
EUC-JP | ??筵E | 0011111100111111111001001010011101000101 | 3f3fe4a745 |
UTF-8 | 렏렕筵E | 11101011101000001000111111101011101000001001010111100111101011011011010101000101 | eba08feba095e7adb545 |
UHC | 렏렕筵E | 10001110101001011000111010101010111001101101110101000101 | 8ea58eaae6dd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)