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 | ?貘諶ス式 | 0011111111100110110000001111101110101010101111011000111010101110 | 3fe6c0fbaabd8eae |
| EUC-JP | 嵪貘諶ス式 | 100011111011101111011101111011001100001010001111110111101011010110001110101111011011110010110000 | 8fbbddecc28fdeb58ebdbcb0 |
| UTF-8 | 嵪貘諶ス式 | 111001011011010110101010111010001011001010011000111010001010101110110110111011111011110110111101111001011011110010001111 | e5b5aae8b298e8abb6efbdbde5bc8f |
| UHC | ??諶?式 | 00111111001111111110010010100110001111111110001111010010 | 3f3fe4a63fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)