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 | 鉷ク褄」 | 11111011110011011011100011110000110110011110010111101011111110011101000110100011 | fbcdb8f0d9e5ebf9d1a3 |
| EUC-JP | 鉷ク?褄?」 | 1000111111100011111100011000111010111000001111111110101011101101001111111000111010100011 | 8fe3f18eb83feaed3f8ea3 |
| UTF-8 | 鉷ク褄」 | 111010011000100110110111111011111011110110111000111011101000001010011000111010001010010010000100111011101001110010101100111011111011110110100011 | e989b7efbdb8ee8298e8a484ee9cacefbda3 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)