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 | 1110011111111100111001111111110001000110 | e7fce7fc46 |
EUC-JP | 錮錮F | 1110111011111110111011101111111001000110 | eefeeefe46 |
UTF-8 | 錮錮F | 11101001100011001010111011101001100011001010111001000110 | e98caee98cae46 |
UHC | 錮錮F | 1100110111010001110011011101000101000110 | cdd1cdd146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)