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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 遖晉兇F | 11100111101001101001110111100111100010111010001001000110 | e7a69de78ba246 |
EUC-JP | 遖晉兇F | 11101110101010001101101011101001101101101010010001000110 | eea8dae9b6a446 |
UTF-8 | 遖晉兇F | 11101001100000011001011011100110100110011000100111100101100001011000011101000110 | e98196e69989e5858746 |
UHC | ?晉兇F | 001111111111001011001011111111011101010001000110 | 3ff2cbfdd446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)