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 | 險オ隶咎 | 11101000101010001011010111101000101011101001100111101001 | e8a8b5e8ae99e9 |
| EUC-JP | 險オ隶咎 | 1111000010101010100011101011010111110000101100001101001011101011 | f0aa8eb5f0b0d2eb |
| UTF-8 | 險オ隶咎 | 111010011001101010101010111011111011110110110101111010011001101010110110111001011001001010001110 | e99aaaefbdb5e99ab6e5928e |
| UHC | 險??咎 | 111110101100111100111111001111111100111110100100 | facf3f3fcfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)