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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 猶?^ | 10010111010100000011111101011110 | 97503f5e |
EUC-JP | 猶?^ | 11001101101100010011111101011110 | cdb13f5e |
UTF-8 | 猶폧^ | 11100111100011001011011011101101100011111010011101011110 | e78cb6ed8fa75e |
UHC | 猶폧^ | 1110101110100010101111010100111001011110 | eba2bd4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)