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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 邁媒G | 1110011110110000100101000111110101000111 | e7b0947d47 |
EUC-JP | 邁媒G | 1110111010110010110001111101111001000111 | eeb2c7de47 |
UTF-8 | 邁媒G | 11101001100000101000000111100101101010101001001001000111 | e98281e5aa9247 |
UHC | 邁媒G | 1101100011100100110110001101101001000111 | d8e4d8da47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)