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 | 箴?? | 11100010101111000011111100111111 | e2bc3f3f |
EUC-JP | 箴?? | 11100100101111100011111100111111 | e4be3f3f |
UTF-8 | 箴믐렘 | 111001111010111010110100111010111010111110010000111010111010000010011000 | e7aeb4ebaf90eba098 |
UHC | 箴믐렘 | 111011011101011110111001110010101011011110111101 | edd7b9cab7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)