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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隲帛セ後 | 11101000101010111001101111100101101111101000110011100011 | e8ab9be5be8ce3 |
EUC-JP | 隲帛セ後 | 1111000010101101110101101110011110001110101111101011100011100101 | f0add6e78ebeb8e5 |
UTF-8 | 隲帛セ後 | 111010011001101010110010111001011011100010011011111011111011110110111110111001011011111010001100 | e99ab2e5b89befbdbee5be8c |
UHC | ?帛?後 | 001111111101101111011001001111111111110110101101 | 3fdbd93ffdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)