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 | 1000100011111100001111110011111101000101 | 88fc3f3f45 |
EUC-JP | 蔭??E | 1011000011111110001111110011111101000101 | b0fe3f3f45 |
UTF-8 | 蔭뗭꽫E | 11101000100101001010110111101011100101111010110111101010101111011010101101000101 | e894adeb97adeabdab45 |
UHC | 蔭뗭꽫E | 11101011111000111000101111101100100001001011011001000101 | ebe38bec84b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)