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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 膰合弦B | 11100100010101111000110110000111100011001011011101000010 | e4578d878cb742 |
| EUC-JP | 膰合弦B | 11100111101110001011100111100111101110001011100101000010 | e7b8b9e7b8b942 |
| UTF-8 | 膰合弦B | 11101000100001101011000011100101100100001000100011100101101111001010011001000010 | e886b0e59088e5bca642 |
| UHC | ?合弦B | 001111111111100111101010111110101101011101000010 | 3ff9eafad742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)