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 | 侑?}侑?{^ | 100110001101000000111111011111011001100011010000001111110111101101011110 | 98d03f7d98d03f7b5e |
EUC-JP | 侑?}侑?{^ | 110100001101001000111111011111011101000011010010001111110111101101011110 | d0d23f7dd0d23f7b5e |
UTF-8 | 侑탇}侑탇{^ | 111001001011111010010001111011011000001110000111011111011110010010111110100100011110110110000011100001110111101101011110 | e4be91ed83877de4be91ed83877b5e |
UHC | 侑탇}侑탇{^ | 1110101011100010101101010110111001111101111010101110001010110101011011100111101101011110 | eae2b56e7deae2b56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)