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 | ??????T | 00111111001111110011111100111111001111110011111101010100 | 3f3f3f3f3f3f54 |
| SJIS-WIN | 摯?い?壓?T | 10011101100101010011111110000010101000100011111110011010110110000011111101010100 | 9d953f82a23f9ad83f54 |
| EUC-JP | 摯?い?壓?T | 11011001111101010011111110100100101001000011111111010100110110100011111101010100 | d9f53fa4a43fd4da3f54 |
| UTF-8 | 摯퀭い렫壓렭T | 11100110100100011010111111101101100000001010110111100011100000011000010011101011101000001010101111100101101000111001001111101011101000001010110101010100 | e691afed80ade38184eba0abe5a393eba0ad54 |
| UHC | 摯퀭い렫壓렭T | 11110010101001111100010011111010101010101010010010001110101110011110010011100010100011101011101001010100 | f2a7c4faaaa48eb9e4e28eba54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)