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 | 雲?精賂?? | 100010010101111100111111100100001011100010011000010001110011111100111111 | 895f3f90b898473f3f |
EUC-JP | 雲?精賂?? | 101100011100000000111111110000001011101011001111101010000011111100111111 | b1c03fc0bacfa83f3f |
UTF-8 | 雲렯精賂렎렖 | 111010011001101110110010111010111010000010101111111001111011001010111110111010001011001110000010111010111010000010001110111010111010000010010110 | e99bb2eba0afe7b2bee8b382eba08eeba096 |
UHC | 雲렯精賂렎렖 | 111010101010001110001110101111001110111111110001110101101111000110001110101001001000111010101011 | eaa38ebceff1d6f18ea48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)