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 | ニ。ネ | 1100011011110011101101011010000111001000 | c6f3b5a1c8 |
| EUC-JP | ニ?。ネ | 10001110110001100011111110001110101000011000111011001000 | 8ec63f8ea18ec8 |
| UTF-8 | ニ。ネ | 111011111011111010000110111011101000101010101000111011111011110110100001111011111011111010001000 | efbe86ee8aa8efbda1efbe88 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)