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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 矗ンワ鮏E | 11100001110111101101110111011100111111000100001101000101 | e1dedddcfc4345 |
EUC-JP | 矗ンワ鮏E | 11100010111000001000111011011101100011101101110010001111111010101101101101000101 | e2e08edd8edc8feadb45 |
UTF-8 | 矗ンワ鮏E | 11100111100111111001011111101111101111101001110111101111101111101001110011101001101011101000111101000101 | e79f97efbe9defbe9ce9ae8f45 |
UHC | 矗???E | 111101011011100000111111001111110011111101000101 | f5b83f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)