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 | çÌ??? | 1110011111001100001111110011111100111111 | e7cc3f3f3f |
SJIS-WIN | ???蹕魁 | 00111111001111110011111111100111010010101000101001000000 | 3f3f3fe74a8a40 |
EUC-JP | çÌ™蹕魁 | 10001111101010111010111010001111101010101100000010001111101000101110111111101101101010111011001110100001 | 8fabae8faac08fa2efedabb3a1 |
UTF-8 | çÌ™蹕魁 | 11000011101001111100001110001100111000101000010010100010111010001011100110010101111010011010110110000001 | c3a7c38ce284a2e8b995e9ad81 |
UHC | ??™?魁 | 00111111001111111010001011100010001111111100111011011010 | 3f3fa2e23fceda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)