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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韃域万螟ア | 111010001110010110001000111001101001011010011100111001011010010010110001 | e8e588e6969ce5a4b1 |
EUC-JP | 韃域万螟ア | 11110000111001111011000011101000110010111111110011101010101001101000111010110001 | f0e7b0e8cbfceaa68eb1 |
UTF-8 | 韃域万螟ア | 111010011001111110000011111001011001111110011111111001001011100010000111111010001001111010011111111011111011110110110001 | e99f83e59f9fe4b887e89e9fefbdb1 |
UHC | ?域万螟? | 0011111111100110101101001101100010110010110110011010110100111111 | 3fe6b4d8b2d9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)