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 | 町???q | 10010010101011000011111100111111001111111000001010010001 | 92ac3f3f3f8291 |
| EUC-JP | 町???q | 11000100101011100011111100111111001111111010001111110001 | c4ae3f3f3fa3f1 |
| UTF-8 | 町쯩렗쇳q | 111001111001010010111010111011001010111110101001111010111010000010010111111011001000011110110011111011111011110110010001 | e794baecafa9eba097ec87b3efbd91 |
| UHC | 町쯩렗쇳q | 11101111111010111100001011101101100011101010110010111100111011011010001111110001 | efebc2ed8eacbceda3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)