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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮呷嚼 | 111010011001101110011001111011001001101010010000 | e99b99ec9a90 |
EUC-JP | 髮呷嚼 | 111100011111101111010010111011101101001111110000 | f1fbd2eed3f0 |
UTF-8 | 髮呷嚼 | 111010011010101110101110111001011001000110110111111001011001101010111100 | e9abaee591b7e59abc |
UHC | 髮?嚼 | 1101101110100101001111111110110111000100 | dba53fedc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)