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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 艾?] | 11100100100010000011111101011101 | e4883f5d |
EUC-JP | 艾?] | 11100111111010000011111101011101 | e7e83f5d |
UTF-8 | 艾폪] | 11101000100010011011111011101101100011111010101001011101 | e889beed8faa5d |
UHC | 艾폪] | 1110010011110101101111010101000101011101 | e4f5bd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)