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 | 譌葛 | 11100110100101111000101010001011 | e6978a8b |
EUC-JP | 譌葛 | 11101011111101111011001111101011 | ebf7b3eb |
UTF-8 | 譌葛 | 111010001010110110001100111010001001000110011011 | e8ad8ce8919b |
UHC | ?葛 | 001111111100101011100111 | 3fcae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)