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 | 11101000010111001000110010001111100011110101100001000101 | e85c8c8f8f5845 |
EUC-JP | 鐔件醜E | 11101111101111011011011111101111101111011011100101000101 | efbdb7efbdb945 |
UTF-8 | 鐔件醜E | 11101001100100001001010011100100101110111011011011101001100001101001110001000101 | e99094e4bbb6e9869c45 |
UHC | ?件醜E | 001111111100101111101100111101011101110101000101 | 3fcbecf5dd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)