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 | 違拗 | 10001000111000011001110101011000 | 88e19d58 |
EUC-JP | 違拗 | 10110000111000111101100110111001 | b0e3d9b9 |
UTF-8 | 違拗 | 111010011000000110010101111001101000101110010111 | e98195e68b97 |
UHC | 違拗 | 11101010110111101110100011110011 | eadee8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)