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 | 1110000111111010111001000101011101000010 | e1fae45742 |
EUC-JP | 磅膰B | 1110001011111100111001111011100001000010 | e2fce7b842 |
UTF-8 | 磅膰B | 11100111101000111000010111101000100001101011000001000010 | e7a385e886b042 |
UHC | 磅?B | 11011011101101100011111101000010 | dbb63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)