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 | 鴉?淏? | 111010011110101100111111111110110100001000111111 | e9eb3ffb423f |
EUC-JP | 鴉?淏? | 11110010111011010011111110001111110001111101100100111111 | f2ed3f8fc7d93f |
UTF-8 | 鴉렍淏렖 | 111010011011010010001001111010111010000010001101111001101011011110001111111010111010000010010110 | e9b489eba08de6b78feba096 |
UHC | 鴉렍淏렖 | 1110010010111100100011101010001111111011110010001000111010101011 | e4bc8ea3fbc88eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)