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 | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
EUC-JP | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
UTF-8 | 횒횓혚s | 11101101100110101001001011101101100110101001001111101101100110001001101001110011 | ed9a92ed9a93ed989a73 |
UHC | 횒횓혚s | 11000011100011011100001110001110110000101000010101110011 | c38dc38ec28573 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)