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 | ?獨?鏃? | 00111111111000001101010100111111111010000101011000111111 | 3fe0d53fe8563f |
| EUC-JP | ?獨?鏃? | 00111111111000001101011100111111111011111011011100111111 | 3fe0d73fefb73f |
| UTF-8 | 뤯獨잴鏃펠 | 111010111010010010101111111001111000110110101000111011001001111010110100111010011000111110000011111011011000111010100000 | eba4afe78da8ec9eb4e98f83ed8ea0 |
| UHC | 뤯獨잴鏃펠 | 10001111110111011101010010111100110000001110101011110000111011001100011011100111 | 8fddd4bcc0eaf0ecc6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)