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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 旋惜旋惺^ | 100100001111100110010000110010011001000011111001100111001011011101011110 | 90f990c990f99cb75e |
| EUC-JP | 旋惜旋惺^ | 110000001111101111000000110010111100000011111011110110001011100101011110 | c0fbc0cbc0fbd8b95e |
| UTF-8 | 旋惜旋惺^ | 11100110100101111000101111100110100000111001110011100110100101111000101111100110100000111011101001011110 | e6978be6839ce6978be683ba5e |
| UHC | 旋惜旋惺^ | 111000001100000111100000101011011110000011000001111000001111011001011110 | e0c1e0ade0c1e0f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)