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 | 1000110111011010001111110011111101001111 | 8dda3f3f4f |
| EUC-JP | 載??O | 1011101011011100001111110011111101001111 | badc3f3f4f |
| UTF-8 | 載쾡윷O | 11101000101111001000100111101100101111101010000111101100100111001011011101001111 | e8bc89ecbea1ec9cb74f |
| UHC | 載쾡윷O | 11101110101100001100010011101001110000001011011101001111 | eeb0c4e9c0b74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)