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 | ツ榲扶ツ榲府^ | 1100001010011110110000111001010101111101110000101001111011000011100101010111101101011110 | c29ec3957dc29ec3957b5e |
EUC-JP | ツ榲扶ツ榲府^ | 10001110110000101101110011000101110010011101111010001110110000101101110011000101110010011101110001011110 | 8ec2dcc5c9de8ec2dcc5c9dc5e |
UTF-8 | ツ榲扶ツ榲府^ | 11101111101111101000001011100110101001101011001011100110100010011011011011101111101111101000001011100110101001101011001011100101101110101001110001011110 | efbe82e6a6b2e689b6efbe82e6a6b2e5ba9c5e |
UHC | ??扶??府^ | 001111110011111111011101101001100011111100111111110111011010010001011110 | 3f3fdda63f3fdda45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)