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 | 1001001011100001001111110011111101001111 | 92e13f3f4f |
| EUC-JP | 低??O | 1100010011100011001111110011111101001111 | c4e33f3f4f |
| UTF-8 | 低얗윷O | 11100100101111011000111011101100100101101001011111101100100111001011011101001111 | e4bd8eec9697ec9cb74f |
| UHC | 低얗윷O | 11101110101110001011111011101001110000001011011101001111 | eeb8bee9c0b74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)