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 | 彦???щ? | 1001010101000110001111110011111100111111100001001000101100111111 | 95463f3f3f848b3f |
EUC-JP | 彦???щ? | 1100100110100111001111110011111100111111101001111110101100111111 | c9a73f3f3fa7eb3f |
UTF-8 | 彦쀫젺吳щ젿 | 1110010110111101101001101110110010000000101010111110110010100000101110101110010110010000101100111101000110001001111011001010000010111111 | e5bda6ec80abeca0bae590b3d189eca0bf |
UHC | 彦쀫젺吳щ젿 | 111001011110100110010111111010111010000010101101111001111110111110101100111010111010000010110001 | e5e997eba0ade7efaceba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)