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 | 萓滝ソク諷ョ | 111001001011111010010001111010101011111110111000111001101000010110101110 | e4be91eabfb8e685ae |
| EUC-JP | 萓滝ソク諷ョ | 111010001100000011000010111011001000111010111111100011101011100011101011111001011000111010101110 | e8c0c2ec8ebf8eb8ebe58eae |
| UTF-8 | 萓滝ソク諷ョ | 111010001001000010010011111001101011101110011101111011111011110110111111111011111011110110111000111010001010101110110111111011111011110110101110 | e89093e6bb9defbdbfefbdb8e8abb7efbdae |
| UHC | ????諷? | 00111111001111110011111100111111111110011010010000111111 | 3f3f3f3ff9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)