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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 萸?k | 11100100110011100011111101101011 | e4ce3f6b |
EUC-JP | 萸?k | 11101000110100000011111101101011 | e8d03f6b |
UTF-8 | 萸뭖k | 11101000100100001011100011101011101011011001011001101011 | e890b8ebad966b |
UHC | 萸뭖k | 1110101110101101100100100110001101101011 | ebad92636b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)