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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 灼尺F | 1000111011011100100011101101101001000110 | 8edc8eda46 |
EUC-JP | 灼尺F | 1011110011011110101111001101110001000110 | bcdebcdc46 |
UTF-8 | 灼尺F | 11100111100000011011110011100101101100001011101001000110 | e781bce5b0ba46 |
UHC | 灼尺F | 1110110111000111111101001010100101000110 | edc7f4a946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)