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 | 袂}袂{^ | 1110010111010100111101001010010101111101111001011101010011110100101001010111101101011110 | e5d4f4a57de5d4f4a57b5e |
EUC-JP | 袂?}袂?{^ | 111010101101011000111111011111011110101011010110001111110111101101011110 | ead63f7dead63f7b5e |
UTF-8 | 袂}袂{^ | 111010001010001010000010111011101000110110010100011111011110100010100010100000101110111010001101100101000111101101011110 | e8a282ee8d947de8a282ee8d947b5e |
UHC | 袂?}袂?{^ | 110110011011000100111111011111011101100110110001001111110111101101011110 | d9b13f7dd9b13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)