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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懷沽驂 | 100111001110010110011111100110001110100101111100 | 9ce59f98e97c |
EUC-JP | 懷沽驂 | 110110001110011111011101111110001111000111011101 | d8e7ddf8f1dd |
UTF-8 | 懷沽驂 | 111001101000011110110111111001101011001010111101111010011010100110000010 | e687b7e6b2bde9a982 |
UHC | 懷沽? | 1111110011100011110011011011111100111111 | fce3cdbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)