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 | 嚮砠 | 10011010100011001110000111100111 | 9a8ce1e7 |
EUC-JP | 嚮砠 | 11010011111011001110001011101001 | d3ece2e9 |
UTF-8 | 嚮砠 | 111001011001101010101110111001111010000010100000 | e59aaee7a0a0 |
UHC | 嚮? | 111110101011111100111111 | fabf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)