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 | 硝粮イ | 10001111110010011110001011101100101100101111001011001011 | 8fc9e2ecb2f2cb |
| EUC-JP | 硝粮イ? | 10111110110010111110010011101110100011101011001000111111 | becbe4ee8eb23f |
| UTF-8 | 硝粮イ | 111001111010000110011101111001111011001010101110111011111011110110110010111011101000100010000010 | e7a19de7b2aeefbdb2ee8882 |
| UHC | 硝粮?? | 111101011010011011010101110110110011111100111111 | f5a6d5db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)