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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 臟?~ | 11100100011001100011111101111110 | e4663f7e |
EUC-JP | 臟?~ | 11100111110001110011111101111110 | e7c73f7e |
UTF-8 | 臟렗~ | 11101000100001111001111111101011101000001001011101111110 | e8879feba0977e |
UHC | 臟렗~ | 1110110111110100100011101010110001111110 | edf48eac7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)