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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| UTF-8 | 셍롉롆셔샹^ | 11101100100001011000110111101011101000011000100111101011101000011000011011101100100001011001010011101100100000111011100101011110 | ec858deba189eba186ec8594ec83b95e |
| UHC | 셍롉롆셔샹^ | 1011110011000100100011101100111110001110110011001011110011000101101111001010011101011110 | bcc48ecf8eccbcc5bca75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)