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 | ?細 | 001111111000110111010111 | 3f8dd7 |
EUC-JP | ?細 | 001111111011101011011001 | 3fbad9 |
UTF-8 | 뎎細 | 111010111000111010001110111001111011010010110000 | eb8e8ee7b4b0 |
UHC | 뎎細 | 10001001011000011110000110101100 | 8961e1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)