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 | 10010010010001101001001001010101100100011010110101000101 | 9246925591ad45 |
EUC-JP | 巽旦俗E | 11000011101001111100001110110110110000101010111101000101 | c3a7c3b6c2af45 |
UTF-8 | 巽旦俗E | 11100101101101111011110111100110100101111010011011100100101111111001011101000101 | e5b7bde697a6e4bf9745 |
UHC | 巽旦俗E | 11100001110111101101001110101001111000011101010001000101 | e1ded3a9e1d445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)