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 | 險キ螟懷 | 11101000101010001011011111100101101001001001110011100101 | e8a8b7e5a49ce5 |
EUC-JP | 險キ螟懷 | 1111000010101010100011101011011111101010101001101101100011100111 | f0aa8eb7eaa6d8e7 |
UTF-8 | 險キ螟懷 | 111010011001101010101010111011111011110110110111111010001001111010011111111001101000011110110111 | e99aaaefbdb7e89e9fe687b7 |
UHC | 險?螟懷 | 11111010110011110011111111011001101011011111110011100011 | facf3fd9adfce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)