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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 匙?? | 10001101111110100011111100111111 | 8dfa3f3f |
EUC-JP | 匙?? | 10111010111111000011111100111111 | bafc3f3f |
UTF-8 | 匙됦뜷 | 111001011000110010011001111010111001000010100110111010111001110010110111 | e58c99eb90a6eb9cb7 |
UHC | 匙됦뜷 | 111000111011010110001001111001001000110110110101 | e3b589e48db5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)