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 | ?寒荊?? | 00111111100010101010011010001100011101000011111100111111 | 3f8aa68c743f3f |
| EUC-JP | ?寒荊?? | 00111111101101001010100010110111110101010011111100111111 | 3fb4a8b7d53f3f |
| UTF-8 | 뤋寒荊콒킕 | 111010111010010010001011111001011010111110010010111010001000110110001010111011001011110110010010111011011000001010010101 | eba48be5af92e88d8aecbd92ed8295 |
| UHC | 뤋寒荊콒킕 | 10001111101110111111100111001110111110111010101010110001100011101011010101000001 | 8fbbf9cefbaab18eb541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)