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 | 鬲咲′ | 111010011010110110001101111001111000000110001100 | e9ad8de7818c |
| EUC-JP | 鬲咲′ | 111100101010111110111010111010011010000111101100 | f2afbae9a1ec |
| UTF-8 | 鬲咲′ | 111010011010110010110010111001011001001010110010111000101000000010110010 | e9acb2e592b2e280b2 |
| UHC | ??′ | 00111111001111111010000111000111 | 3f3fa1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)