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 | 鮓ッ逞念 | 11101001101101101010111111100111100101111001010001001111 | e9b6afe797944f |
| EUC-JP | 鮓ッ逞念 | 1111001010111000100011101010111111101101111101111100011110110000 | f2b88eafedf7c7b0 |
| UTF-8 | 鮓ッ逞念 | 111010011010111010010011111011111011110110101111111010011000000010011110111001011011111110110101 | e9ae93efbdafe9809ee5bfb5 |
| UHC | ??逞念 | 001111110011111111010110110000011101001010110111 | 3f3fd6c1d2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)