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 | 涇シ驟瑚 | 11111010111110111011110011101001100001011000110011101000 | fafbbce9858ce8 |
| EUC-JP | 涇シ驟瑚 | 100011111100011111000111100011101011110011110001111001011011100011101010 | 8fc7c78ebcf1e5b8ea |
| UTF-8 | 涇シ驟瑚 | 111001101011011010000111111011111011110110111100111010011010100110011111111001111001000110011010 | e6b687efbdbce9a99fe7919a |
| UHC | 涇?驟瑚 | 11001100110111000011111111110110101011101111101111010001 | ccdc3ff6aefbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)