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 | ?S?}?S?{^ | 001111110101001100111111011111010011111101010011001111110111101101011110 | 3f533f7d3f533f7b5e |
SJIS-WIN | S}S{^ | 11110010111000110101001111110110101101000111110111110010111000110101001111110110101101000111101101011110 | f2e353f6b47df2e353f6b47b5e |
EUC-JP | ?S?}?S?{^ | 001111110101001100111111011111010011111101010011001111110111101101011110 | 3f533f7d3f533f7b5e |
UTF-8 | S}S{^ | 1110111010001000100110100101001111101110100100111001101101111101111011101000100010011010010100111110111010010011100110110111101101011110 | ee889a53ee939b7dee889a53ee939b7b5e |
UHC | ?S?}?S?{^ | 001111110101001100111111011111010011111101010011001111110111101101011110 | 3f533f7d3f533f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)