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 | 11100101101010111001100111101000100011111100100001001111 | e5ab99e88fc84f |
| EUC-JP | 雖呵省O | 11101010101011011101001011101010101111101100101001001111 | eaadd2eabeca4f |
| UTF-8 | 雖呵省O | 11101001100110111001011011100101100100011011010111100111100111001000000101001111 | e99b96e591b5e79c814f |
| UHC | 雖呵省O | 11100010110011001100101010100111111000001111110101001111 | e2cccaa7e0fd4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)