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 | ??iF | 0011111100111111100000101000100101000110 | 3f3f828946 |
EUC-JP | 檉?iF | 10001111110001011011101100111111101000111110100101000110 | 8fc5bb3fa3e946 |
UTF-8 | 檉멱iF | 11100110101010101000100111101011101010011011000111101111101111011000100101000110 | e6aa89eba9b1efbd8946 |
UHC | 檉멱iF | 11101111111000001011100011101000101000111110100101000110 | efe0b8e8a3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)