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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 霈餓艶E | 11101000101111001000100111101100100010011001000001000101 | e8bc89ec899045 |
EUC-JP | 霈餓艶E | 11110000101111101011001011101110101100011111000001000101 | f0beb2eeb1f045 |
UTF-8 | 霈餓艶E | 11101001100111001000100011101001101001001001001111101000100010011011011001000101 | e99c88e9a493e889b645 |
UHC | ?餓艶E | 001111111110010010111011111001101111110101000101 | 3fe4bbe6fd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)