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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 萸?\ | 11100100110011100011111101011100 | e4ce3f5c |
EUC-JP | 萸?\ | 11101000110100000011111101011100 | e8d03f5c |
UTF-8 | 萸묨\ | 11101000100100001011100011101011101011001010100001011100 | e890b8ebaca85c |
UHC | 萸묨\ | 1110101110101101100100100100000101011100 | ebad92415c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)