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 | 窈??誼? | 11100010011101110011111100111111100010110110001000111111 | e2773f3f8b623f |
| EUC-JP | 窈??誼? | 11100011110110000011111100111111101101011100001100111111 | e3d83f3fb5c33f |
| UTF-8 | 窈띲뀿誼췇 | 111001111010101010001000111010111001110110110010111010111000000010111111111010001010101010111100111011001011011110000111 | e7aa88eb9db2eb80bfe8aabcecb787 |
| UHC | 窈띲뀿誼췇 | 11101001101000011000110111100011100001011011010111101011111111101010111001000010 | e9a18de385b5ebfeae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)