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 | 涬鹿鳫ト霓緇 | 1111101101000001100011101010110111101001111011011100010011101000101111011110001101011101 | fb418eade9edc4e8bde35d |
| EUC-JP | 涬鹿鳫ト霓緇 | 10001111110001111100111110111100101011111111001011101111100011101100010011110000101111111110010110111110 | 8fc7cfbcaff2ef8ec4f0bfe5be |
| UTF-8 | 涬鹿鳫ト霓緇 | 111001101011011010101100111010011011100110111111111010011011001110101011111011111011111010000100111010011001110010010011111001111011011110000111 | e6b6ace9b9bfe9b3abefbe84e99c93e7b787 |
| UHC | ?鹿??霓緇 | 001111111101011011100011001111110011111111100111111001111111011011000101 | 3fd6e33f3fe7e7f6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)