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 | 鰲??壹聾 | 1110100111100000001111110011111110011010111000111001100001010111 | e9e03f3f9ae39857 |
| EUC-JP | 鰲??壹聾 | 1111001011100010001111110011111111010100111001011100111110111000 | f2e23f3fd4e5cfb8 |
| UTF-8 | 鰲쑈뤌壹聾 | 111010011011000010110010111011001001000110001000111010111010010010001100111001011010001110111001111010001000000110111110 | e9b0b2ec9188eba48ce5a3b9e881be |
| UHC | 鰲쑈뤌壹聾 | 11101000101001111011111010100100100011111011110011101100111011001101011011101100 | e8a7bea48fbcececd6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)