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 | Ø | 10011110110110001000001010001111 | 9ed8828f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?Ø?? | 001111111000111110101001101011000011111100111111 | 3f8fa9ac3f3f |
UTF-8 | Ø | 1100001010011110110000111001100011000010100000101100001010001111 | c29ec398c282c28f |
UHC | ?Ø?? | 0011111110101000101010100011111100111111 | 3fa8aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)