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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| EUC-JP | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| UTF-8 | 令쀫톹O | 11101111101001101010100011101100100000001010101111101101100001101011100101001111 | efa6a8ec80abed86b94f |
| UHC | 令쀫톹O | 11100111101010011001011111101011101101111000110101001111 | e7a997ebb78d4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)