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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 迸ーホケ窶・B | 111001111001111010110000110011101011100111100010100000001010010101000010 | e79eb0ceb9e280a542 |
| EUC-JP | 迸ーホケ窶・B | 11101101111111101000111010110000100011101100111010001110101110011110001111100000100011101010010101000010 | edfe8eb08ece8eb9e3e08ea542 |
| UTF-8 | 迸ーホケ窶・B | 11101000101111111011100011101111101111011011000011101111101111101000111011101111101111011011100111100111101010101011011011101111101111011010010101000010 | e8bfb8efbdb0efbe8eefbdb9e7aab6efbda542 |
| UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)