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 | 111101011011110111100010110000001111010110111101111101101011000001000101 | f5bde2c0f5bdf6b045 |
EUC-JP | ?簑??E | 001111111110010011000010001111110011111101000101 | 3fe4c23f3f45 |
UTF-8 | 簑E | 11101110100100001010100011100111101100001001000111101110100100001010100011101110100100111001011101000101 | ee90a8e7b091ee90a8ee939745 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)