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 | 蛭?}蛭?{^ | 100101010110011100111111011111011001010101100111001111110111101101011110 | 95673f7d95673f7b5e |
EUC-JP | 蛭?}蛭?{^ | 110010011100100000111111011111011100100111001000001111110111101101011110 | c9c83f7dc9c83f7b5e |
UTF-8 | 蛭殮}蛭殮{^ | 111010001001101110101101111011111010011010100101011111011110100010011011101011011110111110100110101001010111101101011110 | e89badefa6a57de89badefa6a57b5e |
UHC | 蛭殮}蛭殮{^ | 1111001011110100111001101111100101111101111100101111010011100110111110010111101101011110 | f2f4e6f97df2f4e6f97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)