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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 庾?đ | 10001111101111001100111000111111100011111010100111000010 | 8fbcce3f8fa9c2 |
UTF-8 | 庾깅đ | 1110010110111010101111101110101010111001100001011100010010010001 | e5babeeab985c491 |
UHC | 庾깅đ | 111010101110110010110001111010111010100110100010 | eaecb1eba9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)