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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?豸霆雁 | 00111111111001101011011011101000101110111000101011100101 | 3fe6b6e8bb8ae5 |
| EUC-JP | 訑豸霆雁 | 100011111101110111000111111011001011100011110000101111011011010011100111 | 8fddc7ecb8f0bdb4e7 |
| UTF-8 | 訑豸霆雁 | 111010001010100010010001111010001011000110111000111010011001110010000110111010011001101110000001 | e8a891e8b1b8e99c86e99b81 |
| UHC | ??霆雁 | 001111110011111111101111111111011110010011010010 | 3f3feffde4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)