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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 漆雫嵭湿 | 111100011111100110001110101111011111001010101101100011101011010011111010101100111000111010111100 | f1f98ebdf2ad8eb4fab38ebc |
| EUC-JP | ?漆?雫嵭湿 | 0011111110111100101111110011111110111100101101101000111110111011110111101011110010111110 | 3fbcbf3fbcb68fbbdebcbe |
| UTF-8 | 漆雫嵭湿 | 111011101000010110110100111001101011110010000110111011101000011110100100111010011001101110101011111001011011010110101101111001101011100110111111 | ee85b4e6bc86ee87a4e99babe5b5ade6b9bf |
| UHC | ?漆???? | 00111111111101101101010000111111001111110011111100111111 | 3ff6d43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)