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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 臟?] | 11100100011001100011111101011101 | e4663f5d |
EUC-JP | 臟?] | 11100111110001110011111101011101 | e7c73f5d |
UTF-8 | 臟렗] | 11101000100001111001111111101011101000001001011101011101 | e8879feba0975d |
UHC | 臟렗] | 1110110111110100100011101010110001011101 | edf48eac5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)