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 | ?澁仙昔 | 00111111111000000100011010010000111001011001000011001100 | 3fe04690e590cc |
| EUC-JP | 馦澁仙昔 | 100011111110100011111010110111111010011111000000111001111100000011001110 | 8fe8fadfa7c0e7c0ce |
| UTF-8 | 馦澁仙昔 | 111010011010011010100110111001101011111010000001111001001011101110011001111001101001100010010100 | e9a6a6e6be81e4bb99e69894 |
| UHC | ?澁仙昔 | 00111111110111111011101111100000101110011110000010101110 | 3fdfbbe0b9e0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)