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 | Ðh | 10001101110100000110100010001101 | 8dd0688d |
SJIS-WIN | ??h? | 00111111001111110110100000111111 | 3f3f683f |
EUC-JP | ??h? | 00111111001111110110100000111111 | 3f3f683f |
UTF-8 | Ðh | 11000010100011011100001110010000011010001100001010001101 | c28dc39068c28d |
UHC | ?Ðh? | 0011111110101000101000100110100000111111 | 3fa8a2683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)