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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貍耀 | 11100110101111001001011101110011 | e6bc9773 |
EUC-JP | 貍耀 | 11101100101111101100110111010100 | ecbecdd4 |
UTF-8 | 貍耀 | 111010001011001010001101111010001000000010000000 | e8b28de88080 |
UHC | ?耀 | 001111111110100110100101 | 3fe9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)