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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 縱??縱??^ | 111000110111001100111111001111111110001101110011001111110011111101011110 | e3733f3fe3733f3f5e |
EUC-JP | 縱??縱??^ | 111001011101010000111111001111111110010111010100001111110011111101011110 | e5d43f3fe5d43f3f5e |
UTF-8 | 縱롍렏縱롍렏^ | 11100111101110001011000111101011101000011000110111101011101000001000111111100111101110001011000111101011101000011000110111101011101000001000111101011110 | e7b8b1eba18deba08fe7b8b1eba18deba08f5e |
UHC | 縱롍렏縱롍렏^ | 11110000111111011000111011010011100011101010010111110000111111011000111011010011100011101010010101011110 | f0fd8ed38ea5f0fd8ed38ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)