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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???倚ζ? | 0011111100111111001111111001100011011111100000111100010000111111 | 3f3f3f98df83c43f |
| EUC-JP | ???倚ζ? | 0011111100111111001111111101000011100001101001101100011000111111 | 3f3f3fd0e1a6c63f |
| UTF-8 | 掠뗰퐡倚ζ칲 | 1110111110100101101101011110101110010111101100001110110110010000101000011110010110000000100110101100111010110110111011001011100110110010 | efa5b5eb97b0ed90a1e5809aceb6ecb9b2 |
| UHC | 掠뗰퐡倚ζ칲 | 111001011011000110001011111011111011110110001010111010111110111110100101111001101010111110000101 | e5b18befbd8aebefa5e6af85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)