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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 晶寘ァ鴫E | 10001111101110111111100110111100111110101010100110100111100011101011000001000101 | 8fbbf9bcfaa9a78eb045 |
EUC-JP | 晶?寘ァ鴫E | 1011111010111101001111111000111110111010111000011000111010100111101111001011001001000101 | bebd3f8fbae18ea7bcb245 |
UTF-8 | 晶寘ァ鴫E | 11100110100110011011011011101110100111001001011111100101101011111001100011101111101111011010011111101001101101001010101101000101 | e699b6ee9c97e5af98efbda7e9b4ab45 |
UHC | 晶????E | 11101111110111000011111100111111001111110011111101000101 | efdc3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)