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 | 硝ヲ | 10001111110010011111010111001000111100001100011010100110 | 8fc9f5c8f0c6a6 |
| EUC-JP | 硝??ヲ | 101111101100101100111111001111111000111010100110 | becb3f3f8ea6 |
| UTF-8 | 硝ヲ | 111001111010000110011101111011101001000010110011111011101000001010000101111011111011110110100110 | e7a19dee90b3ee8285efbda6 |
| UHC | 硝??? | 1111010110100110001111110011111100111111 | f5a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)