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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?堯?往 | 001111111110101010011111001111111000100110011101 | 3fea9f3f899d |
EUC-JP | ?堯?往 | 001111111111010010100001001111111011000111111101 | 3ff4a13fb1fd |
UTF-8 | 숷堯숥往 | 111011001000100010110111111001011010000010101111111011001000100010100101111001011011111010000000 | ec88b7e5a0afec88a5e5be80 |
UHC | 숷堯숥往 | 1001101001001100111010001110101110011010010000101110100011011001 | 9a4ce8eb9a42e8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)