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 | ?腥}?腥{^ | 001111111110010001001000011111010011111111100100010010000111101101011110 | 3fe4487d3fe4487b5e |
EUC-JP | ?腥}?腥{^ | 001111111110011110101001011111010011111111100111101010010111101101011110 | 3fe7a97d3fe7a97b5e |
UTF-8 | 쉟腥}쉟腥{^ | 111011001000100110011111111010001000010110100101011111011110110010001001100111111110100010000101101001010111101101011110 | ec899fe885a57dec899fe885a57b5e |
UHC | 쉟腥}쉟腥{^ | 1001101001110101111000011010001101111101100110100111010111100001101000110111101101011110 | 9a75e1a37d9a75e1a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)