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 | 111001001111011010010100010110011110010011110110100101000110001001000101 | e4f69459e4f6946245 |
EUC-JP | 蔕悩蔕巴E | 111010001111100011000111101110101110100011111000110001111100001101000101 | e8f8c7bae8f8c7c345 |
UTF-8 | 蔕悩蔕巴E | 11101000100101001001010111100110100000101010100111101000100101001001010111100101101101111011010001000101 | e89495e682a9e89495e5b7b445 |
UHC | ???巴E | 001111110011111100111111111101111110100101000101 | 3f3f3ff7e945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)