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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 渫軛] | 1001111111010110111001110110001001011101 | 9fd6e7625d |
EUC-JP | 渫軛] | 1101111011011000111011011100001101011101 | ded8edc35d |
UTF-8 | 渫軛] | 11100110101110001010101111101000101110111001101101011101 | e6b8abe8bb9b5d |
UHC | 渫?] | 11100000110111100011111101011101 | e0de3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)