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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 輯輯^ | 1000111101010011100011110101001101011110 | 8f538f535e |
EUC-JP | 輯輯^ | 1011110110110100101111011011010001011110 | bdb4bdb45e |
UTF-8 | 輯輯^ | 11101000101111001010111111101000101111001010111101011110 | e8bcafe8bcaf5e |
UHC | 輯輯^ | 1111001011111110111100101111111001011110 | f2fef2fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)