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 | ?繹}?繹{^ | 001111111110001110001000011111010011111111100011100010000111101101011110 | 3fe3887d3fe3887b5e |
EUC-JP | ?繹}?繹{^ | 001111111110010111101000011111010011111111100101111010000111101101011110 | 3fe5e87d3fe5e87b5e |
UTF-8 | 읰繹}읰繹{^ | 111011001001110110110000111001111011100110111001011111011110110010011101101100001110011110111001101110010111101101011110 | ec9db0e7b9b97dec9db0e7b9b97b5e |
UHC | 읰繹}읰繹{^ | 1001111111010110111001101011101001111101100111111101011011100110101110100111101101011110 | 9fd6e6ba7d9fd6e6ba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)