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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 攷虍E | 1001110110111101111001010110011101000101 | 9dbde56745 |
EUC-JP | 攷虍E | 1101101010111111111010011100100001000101 | dabfe9c845 |
UTF-8 | 攷虍E | 11100110100101001011011111101000100110011000110101000101 | e694b7e8998d45 |
UHC | 攷?E | 11001101101110010011111101000101 | cdb93f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)