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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 竪叩\ | 1001001001000111100100100100000001011100 | 924792405c |
EUC-JP | 竪叩\ | 1100001110101000110000111010000101011100 | c3a8c3a15c |
UTF-8 | 竪叩\ | 11100111101010111010101011100101100011111010100101011100 | e7abaae58fa95c |
UHC | 竪叩\ | 1110001010110101110011011011000001011100 | e2b5cdb05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)