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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 巍щ?TB | 10011011110110011000010010001011001111110101010001000010 | 9bd9848b3f5442 |
EUC-JP | 巍щ?TB | 11010110110110111010011111101011001111110101010001000010 | d6dba7eb3f5442 |
UTF-8 | 巍щ젗TB | 11100101101101111000110111010001100010011110110010100000100101110101010001000010 | e5b78dd189eca0975442 |
UHC | 巍щ젗TB | 1110100011100100101011001110101110100000100100110101010001000010 | e8e4aceba0935442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)