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 | 宣授}宣授{^ | 1001000011101001100011101111011001111101100100001110100110001110111101100111101101011110 | 90e98ef67d90e98ef67b5e |
EUC-JP | 宣授}宣授{^ | 1100000011101011101111001111100001111101110000001110101110111100111110000111101101011110 | c0ebbcf87dc0ebbcf87b5e |
UTF-8 | 宣授}宣授{^ | 111001011010111010100011111001101000111010001000011111011110010110101110101000111110011010001110100010000111101101011110 | e5aea3e68e887de5aea3e68e887b5e |
UHC | 宣授}宣授{^ | 1110000010111110111000101010001101111101111000001011111011100010101000110111101101011110 | e0bee2a37de0bee2a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)