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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?燒B | 00111111111000001001011001000010 | 3fe09642 |
EUC-JP | ?燒B | 00111111110111111111011001000010 | 3fdff642 |
UTF-8 | 挻燒B | 11100110100011001011101111100111100001111001001001000010 | e68cbbe7879242 |
UHC | 挻燒B | 1110011011001001111000011100000001000010 | e6c9e1c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)