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 | Øç⨠| 11011000111001111110001010101000 | d8e7e2a8 |
SJIS-WIN | ???¨ | 0011111100111111001111111000000101001110 | 3f3f3f814e |
EUC-JP | Øç⨠| 1000111110101001101011001000111110101011101011101000111110101011101001001010000110101111 | 8fa9ac8fabae8faba4a1af |
UTF-8 | Øç⨠| 1100001110011000110000111010011111000011101000101100001010101000 | c398c3a7c3a2c2a8 |
UHC | Ø??¨ | 101010001010101000111111001111111010000110100111 | a8aa3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)