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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 倭?] | 10011000011000000011111101011101 | 98603f5d |
EUC-JP | 倭?] | 11001111110000010011111101011101 | cfc13f5d |
UTF-8 | 倭갦] | 11100101100000001010110111101010101100001010011001011101 | e580adeab0a65d |
UHC | 倭갦] | 1110100011011110100000010101000101011101 | e8de81515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)