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 | 陂冬] | 1110100010011000100100110111111001011101 | e898937e5d |
EUC-JP | 陂冬] | 1110111111111000110001011101111101011101 | eff8c5df5d |
UTF-8 | 陂冬] | 11101001100110011000001011100101100001101010110001011101 | e99982e586ac5d |
UHC | 陂冬] | 1111100110101110110101001100111101011101 | f9aed4cf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)