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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鬪ー逍イ鉐 | 1110100110101010101100001110011110010110101100101110011111101111 | e9aab0e796b2e7ef |
| EUC-JP | 鬪ー逍イ鉐 | 11110010101011001000111010110000111011011111011010001110101100101110111011110001 | f2ac8eb0edf68eb2eef1 |
| UTF-8 | 鬪ー逍イ鉐 | 111010011010110010101010111011111011110110110000111010011000000010001101111011111011110110110010111010011000100110010000 | e9acaaefbdb0e9808defbdb2e98990 |
| UHC | 鬪?逍?? | 11110111111000110011111111100001110011100011111100111111 | f7e33fe1ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)