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 | ???凹? | 001111110011111100111111100010011001101000111111 | 3f3f3f899a3f |
| EUC-JP | ???凹? | 001111110011111100111111101100011111101000111111 | 3f3f3fb1fa3f |
| UTF-8 | 筽볢궡凹륛 | 111001111010110110111101111010111011001110100010111010101011011010100001111001011000011110111001111010111010010110011011 | e7adbdebb3a2eab6a1e587b9eba59b |
| UHC | 筽볢궡凹륛 | 11101000101001001001001111101000100000101011010011101000111010101001000001000010 | e8a493e882b4e8ea9042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)