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 | 1110000010111111111000001011111101000010 | e0bfe0bf42 |
EUC-JP | 狒狒B | 1110000011000001111000001100000101000010 | e0c1e0c142 |
UTF-8 | 狒狒B | 11100111100010111001001011100111100010111001001001000010 | e78b92e78b9242 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)