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 | 咳??? | 1000101001010000001111110011111100111111 | 8a503f3f3f |
EUC-JP | 咳??? | 1011001110110001001111110011111100111111 | b3b13f3f3f |
UTF-8 | 咳띌렡렎 | 111001011001001010110011111010111001110110001100111010111010000010100001111010111010000010001110 | e592b3eb9d8ceba0a1eba08e |
UHC | 咳띌렡렎 | 1111101010100110101101101110100110001110101100101000111010100100 | faa6b6e98eb28ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)