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 | 予?] | 10010111010111000011111101011101 | 975c3f5d |
EUC-JP | 予?] | 11001101101111010011111101011101 | cdbd3f5d |
UTF-8 | 予랤] | 11100100101110101000100011101011100111101010010001011101 | e4ba88eb9ea45d |
UHC | 予랤] | 1110010111111000100011100100010101011101 | e5f88e455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)