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 | 霜?}霜?{^ | 100100011001101000111111011111011001000110011010001111110111101101011110 | 919a3f7d919a3f7b5e |
EUC-JP | 霜?}霜?{^ | 110000011111101000111111011111011100000111111010001111110111101101011110 | c1fa3f7dc1fa3f7b5e |
UTF-8 | 霜쀤}霜쀤{^ | 111010011001110010011100111011001000000010100100011111011110100110011100100111001110110010000000101001000111101101011110 | e99c9cec80a47de99c9cec80a47b5e |
UHC | 霜쀤}霜쀤{^ | 1101111111011100100101111110010001111101110111111101110010010111111001000111101101011110 | dfdc97e47ddfdc97e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)