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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| EUC-JP | ????墩^ | 0011111100111111001111110011111110001111101110001100110001011110 | 3f3f3f3f8fb8cc5e |
| UTF-8 | 굿뤦짹혧墩^ | 11101010101101011011111111101011101001001010011011101100101001111011100111101101100110001010011111100101101000101010100101011110 | eab5bfeba4a6eca7b9ed98a7e5a2a95e |
| UHC | 굿뤦짹혧墩^ | 1011000111000010100011111101010011000010101100011100001010001111110101001100001001011110 | b1c28fd4c2b1c28fd4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)