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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 險滔精^ | 11101000101010001001111111101011100100001011100001011110 | e8a89feb90b85e |
EUC-JP | 險滔精^ | 11110000101010101101111011101101110000001011101001011110 | f0aadeedc0ba5e |
UTF-8 | 險滔精^ | 11101001100110101010101011100110101110111001010011100111101100101011111001011110 | e99aaae6bb94e7b2be5e |
UHC | 險滔精^ | 11111010110011111101010010100101111011111111000101011110 | facfd4a5eff15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)