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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?鸚}?鸚{^ | 001111111110101001011111011111010011111111101010010111110111101101011110 | 3fea5f7d3fea5f7b5e |
EUC-JP | ?鸚}?鸚{^ | 001111111111001111000000011111010011111111110011110000000111101101011110 | 3ff3c07d3ff3c07b5e |
UTF-8 | 푤鸚}푤鸚{^ | 111011011001000110100100111010011011100010011010011111011110110110010001101001001110100110111000100110100111101101011110 | ed91a4e9b89a7ded91a4e9b89a7b5e |
UHC | 푤鸚}푤鸚{^ | 1100011110100111111001011010010001111101110001111010011111100101101001000111101101011110 | c7a7e5a47dc7a7e5a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)