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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 璽辞F | 111100101011011010001110101000111111000010111101100011101010101101000110 | f2b68ea3f0bd8eab46 |
EUC-JP | ?璽?辞F | 00111111101111001010010100111111101111001010110101000110 | 3fbca53fbcad46 |
UTF-8 | 璽辞F | 11101110100001111010110111100111100100101011110111101110100000011011110011101000101111101001111001000110 | ee87ade792bdee81bce8be9e46 |
UHC | ?璽??F | 001111111101111111011110001111110011111101000110 | 3fdfde3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)