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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 陦堤ク」@ | 11101000101000011001001011100111101110001010001101000000 | e8a192e7b8a340 |
EUC-JP | 陦堤ク」@ | 111100001010001111000100111010011000111010111000100011101010001101000000 | f0a3c4e98eb88ea340 |
UTF-8 | 陦堤ク」@ | 11101001100110011010011011100101101000001010010011101111101111011011100011101111101111011010001101000000 | e999a6e5a0a4efbdb8efbda340 |
UHC | ?堤??@ | 001111111111000010100111001111110011111101000000 | 3ff0a73f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)