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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 髏比サカ諡セ | 111010011001000010010100111001001011101110110110111001101000101110111110 | e99094e4bbb6e68bbe |
| EUC-JP | 髏比サカ諡セ | 111100011111000011001000111001101000111010111011100011101011011011101011111010111000111010111110 | f1f0c8e68ebb8eb6ebeb8ebe |
| UTF-8 | 髏比サカ諡セ | 111010011010101110001111111001101010111110010100111011111011110110111011111011111011110110110110111010001010101110100001111011111011110110111110 | e9ab8fe6af94efbdbbefbdb6e8aba1efbdbe |
| UHC | ?比??諡? | 0011111111011101111011110011111100111111111000111100110100111111 | 3fddef3f3fe3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)