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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 頤ー鮗ス^ | 11101000111100111011000011101001101110101011110101011110 | e8f3b0e9babd5e |
EUC-JP | 頤ー鮗ス^ | 111100001111010110001110101100001111001010111100100011101011110101011110 | f0f58eb0f2bc8ebd5e |
UTF-8 | 頤ー鮗ス^ | 11101001101000001010010011101111101111011011000011101001101011101001011111101111101111011011110101011110 | e9a0a4efbdb0e9ae97efbdbd5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)