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 | ?舌 | 001111111001000011100011 | 3f90e3 |
EUC-JP | 渲舌 | 1000111111000111111011001100000011100101 | 8fc7ecc0e5 |
UTF-8 | 渲舌 | 111001101011100010110010111010001000100010001100 | e6b8b2e8888c |
UHC | 渲舌 | 11100000110000101110000011011111 | e0c2e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)