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 | 巍??也щ? | 100110111101100100111111001111111001011011100111100001001000101100111111 | 9bd93f3f96e7848b3f |
EUC-JP | 巍??也щ? | 110101101101101100111111001111111100110011101001101001111110101100111111 | d6db3f3fcce9a7eb3f |
UTF-8 | 巍띾젙也щ젽 | 1110010110110111100011011110101110011101101111101110110010100000100110011110010010111001100111111101000110001001111011001010000010111101 | e5b78deb9dbeeca099e4b99fd189eca0bd |
UHC | 巍띾젙也щ젽 | 111010001110010010001101111010111010000010010101111001011010010110101100111010111010000010101111 | e8e48deba095e5a5aceba0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)