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 | 松昻セ | 10001111101111001111101011010000111100001110110010111110 | 8fbcfad0f0ecbe |
| EUC-JP | 松??セ | 101111101011111000111111001111111000111010111110 | bebe3f3f8ebe |
| UTF-8 | 松昻セ | 111001101001110110111110111001101001100010111011111011101000001010101011111011111011110110111110 | e69dbee698bbee82abefbdbe |
| UHC | 松昻?? | 111000011110011011100100111010010011111100111111 | e1e6e4e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)