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 | 1110010001010111111010100100111001000101 | e457ea4e45 |
EUC-JP | 膰鶩E | 1110011110111000111100111010111101000101 | e7b8f3af45 |
UTF-8 | 膰鶩E | 11101000100001101011000011101001101101101010100101000101 | e886b0e9b6a945 |
UHC | ?鶩E | 00111111110110011101000001000101 | 3fd9d045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)