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 | ?E | 0011111101000101 | 3f45 |
SJIS-WIN | 瑪E | 111000001111001101000101 | e0f345 |
EUC-JP | 瑪E | 111000001111010101000101 | e0f545 |
UTF-8 | 瑪E | 11100111100100011010101001000101 | e791aa45 |
UHC | 瑪E | 110110001010010101000101 | d8a545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)