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 | ワ螂 | 1111000010111010110111001110010110100101 | f0badce5a5 |
EUC-JP | ?ワ螂 | 0011111110001110110111001110101010100111 | 3f8edceaa7 |
UTF-8 | ワ螂 | 111011101000000110111001111011111011111010011100111010001001111010000010 | ee81b9efbe9ce89e82 |
UHC | ??螂 | 00111111001111111101010111001100 | 3f3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)