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 | 也?^ | 10010110111001110011111101011110 | 96e73f5e |
EUC-JP | 也?^ | 11001100111010010011111101011110 | cce93f5e |
UTF-8 | 也챫^ | 11100100101110011001111111101100101100011010101101011110 | e4b99fecb1ab5e |
UHC | 也챫^ | 1110010110100101101010100111010001011110 | e5a5aa745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)