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 | 戊¢犖 | 100101011110100010000001100100011110000010110110 | 95e88191e0b6 |
EUC-JP | 戊¢犖 | 110010101110101010100001111100011110000010111000 | caeaa1f1e0b8 |
UTF-8 | 戊¢犖 | 111001101000100010001010111011111011111110100000111001111000101010010110 | e6888aefbfa0e78a96 |
UHC | 戊¢? | 1101100111100110101000011100101100111111 | d9e6a1cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)