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 | 嚮衒 | 10011010100011001110010111001000 | 9a8ce5c8 |
EUC-JP | 嚮衒 | 11010011111011001110101011001010 | d3eceaca |
UTF-8 | 嚮衒 | 111001011001101010101110111010001010000110010010 | e59aaee8a192 |
UHC | 嚮衒 | 11111010101111111111101011100101 | fabffae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)