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 | 嚮竕 | 10011010100011001110001010001001 | 9a8ce289 |
EUC-JP | 嚮竕 | 11010011111011001110001111101001 | d3ece3e9 |
UTF-8 | 嚮竕 | 111001011001101010101110111001111010101110010101 | e59aaee7ab95 |
UHC | 嚮? | 111110101011111100111111 | fabf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)