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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鰲??害聾 | 1110100111100000001111110011111110001010010100011001100001010111 | e9e03f3f8a519857 |
| EUC-JP | 鰲??害聾 | 1111001011100010001111110011111110110011101100101100111110111000 | f2e23f3fb3b2cfb8 |
| UTF-8 | 鰲쑈뤌害聾 | 111010011011000010110010111011001001000110001000111010111010010010001100111001011010111010110011111010001000000110111110 | e9b0b2ec9188eba48ce5aeb3e881be |
| UHC | 鰲쑈뤌害聾 | 11101000101001111011111010100100100011111011110011111010101010101101011011101100 | e8a7bea48fbcfaaad6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)