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 | 皺甃}皺甃{^ | 1110000110110000111000010100101101111101111000011011000011100001010010110111101101011110 | e1b0e14b7de1b0e14b7b5e |
EUC-JP | 皺甃}皺甃{^ | 1110001010110010111000011010110001111101111000101011001011100001101011000111101101011110 | e2b2e1ac7de2b2e1ac7b5e |
UTF-8 | 皺甃}皺甃{^ | 111001111001101010111010111001111001010010000011011111011110011110011010101110101110011110010100100000110111101101011110 | e79abae794837de79abae794837b5e |
UHC | 皺?}皺?{^ | 111101011101010000111111011111011111010111010100001111110111101101011110 | f5d43f7df5d43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)