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 | 崖ュ???? | 1000101001010010100000111000010100111111001111110011111100111111 | 8a5283853f3f3f3f |
| EUC-JP | 崖ュ???? | 1011001110110011101001011110010100111111001111110011111100111111 | b3b3a5e53f3f3f3f |
| UTF-8 | 崖ュ뵺殮뽩벟 | 111001011011010010010110111000111000001110100101111010111011010110111010111011111010011010100101111010111011110110101001111010111011001010011111 | e5b496e383a5ebb5baefa6a5ebbda9ebb29f |
| UHC | 崖ュ뵺殮뽩벟 | 111001001111000010101011111001011001010010111000111001101111100110010110111001011001001110111010 | e4f0abe594b8e6f996e593ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)