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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴉?淏??? | 1110100111101011001111111111101101000010001111110011111100111111 | e9eb3ffb423f3f3f |
EUC-JP | 鴉?淏??? | 111100101110110100111111100011111100011111011001001111110011111100111111 | f2ed3f8fc7d93f3f3f |
UTF-8 | 鴉렍淏렖롏렟 | 111010011011010010001001111010111010000010001101111001101011011110001111111010111010000010010110111010111010000110001111111010111010000010011111 | e9b489eba08de6b78feba096eba18feba09f |
UHC | 鴉렍淏렖롏렟 | 111001001011110010001110101000111111101111001000100011101010101110001110110101011000111010110000 | e4bc8ea3fbc88eab8ed58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)