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 | 鴣ー鮗ス^ | 11101001111100111011000011101001101110101011110101011110 | e9f3b0e9babd5e |
EUC-JP | 鴣ー鮗ス^ | 111100101111010110001110101100001111001010111100100011101011110101011110 | f2f58eb0f2bc8ebd5e |
UTF-8 | 鴣ー鮗ス^ | 11101001101101001010001111101111101111011011000011101001101011101001011111101111101111011011110101011110 | e9b4a3efbdb0e9ae97efbdbd5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)