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 | 壽?}壽?{^ | 100110101110011000111111011111011001101011100110001111110111101101011110 | 9ae63f7d9ae63f7b5e |
EUC-JP | 壽?}壽?{^ | 110101001110100000111111011111011101010011101000001111110111101101011110 | d4e83f7dd4e83f7b5e |
UTF-8 | 壽슙}壽슙{^ | 111001011010001110111101111011001000101010011001011111011110010110100011101111011110110010001010100110010111101101011110 | e5a3bdec8a997de5a3bdec8a997b5e |
UHC | 壽슙}壽슙{^ | 1110000111111000100110101010011101111101111000011111100010011010101001110111101101011110 | e1f89aa77de1f89aa77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)