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 | ?rB | 001111110111001001000010 | 3f7242 |
SJIS-WIN | ミrB | 110100000111001001000010 | d07242 |
EUC-JP | ミrB | 10001110110100000111001001000010 | 8ed07242 |
UTF-8 | ミrB | 1110111110111110100100000111001001000010 | efbe907242 |
UHC | ?rB | 001111110111001001000010 | 3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)