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 | Øá^ | 1001101011011000111000011001111001011110 | 9ad8e19e5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?Øá?^ | 001111111000111110101001101011001000111110101011101000010011111101011110 | 3f8fa9ac8faba13f5e |
UTF-8 | Øá^ | 110000101001101011000011100110001100001110100001110000101001111001011110 | c29ac398c3a1c29e5e |
UHC | ?Ø??^ | 001111111010100010101010001111110011111101011110 | 3fa8aa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)