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 | 湜鹿識 | 1111101101000111100011101010110111110010101001001000111010101111 | fb478eadf2a48eaf |
| EUC-JP | 湜鹿?識 | 1000111111000111111111001011110010101111001111111011110010110001 | 8fc7fcbcaf3fbcb1 |
| UTF-8 | 湜鹿識 | 111001101011100110011100111010011011100110111111111011101000011110011011111010001010110110011000 | e6b99ce9b9bfee879be8ad98 |
| UHC | 湜鹿?識 | 11100011110101111101011011100011001111111110001111011011 | e3d7d6e33fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)