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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 也? | 100101101110011100111111 | 96e73f |
EUC-JP | 也? | 110011001110100100111111 | cce93f |
UTF-8 | 也쟇 | 111001001011100110011111111011001001111110000111 | e4b99fec9f87 |
UHC | 也쟇 | 11100101101001011010000001001011 | e5a5a04b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)