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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蘖???щ? | 1001111101010000001111110011111100111111100001001000101100111111 | 9f503f3f3f848b3f |
EUC-JP | 蘖???щ? | 1101110110110001001111110011111100111111101001111110101100111111 | ddb13f3f3fa7eb3f |
UTF-8 | 蘖뽯젶吳щ졁 | 1110100010011000100101101110101110111101101011111110110010100000101101101110010110010000101100111101000110001001111011001010000110000001 | e89896ebbdafeca0b6e590b3d189eca181 |
UHC | 蘖뽯젶吳щ졁 | 111001011110111010010110111010111010000010101010111001111110111110101100111010111010000010110010 | e5ee96eba0aae7efaceba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)