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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釘篩? | 1001001101000010111000101011111100111111 | 9342e2bf3f |
EUC-JP | 釘篩? | 1100010110100011111001001100000100111111 | c5a3e4c13f |
UTF-8 | 釘篩행 | 111010011000011110011000111001111010111110101001111011011001011010001001 | e98798e7afa9ed9689 |
UHC | 釘篩행 | 111011111111100111011110111010001100011111100000 | eff9dee8c7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)