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 | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 慂??rB | 100111001100100000111111001111110111001001000010 | 9cc83f3f7242 |
EUC-JP | 慂??rB | 110110001100101000111111001111110111001001000010 | d8ca3f3f7242 |
UTF-8 | 慂뗫젎rB | 1110011010000101100000101110101110010111101010111110110010100000100011100111001001000010 | e68582eb97abeca08e7242 |
UHC | 慂뗫젎rB | 1110100110111101100010111110101110100000100011110111001001000010 | e9bd8beba08f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)