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 | 癲??猷? | 11100001100111110011111100111111100101110101000100111111 | e19f3f3f97513f |
| EUC-JP | 癲??猷? | 11100010101000010011111100111111110011011011001000111111 | e2a13f3fcdb23f |
| UTF-8 | 癲쒋뫒猷츾 | 111001111001100110110010111011001001001010001011111010111010101110010010111001111000110010110111111011001011100010111110 | e799b2ec928bebab92e78cb7ecb8be |
| UHC | 癲쒋뫒猷츾 | 11101111101001101001110011100010100100011011010011101011101000111010111101001111 | efa69ce291b4eba3af4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)