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 | ?碩 | 001111111001000011010111 | 3f90d7 |
EUC-JP | 渲碩 | 1000111111000111111011001100000011011001 | 8fc7ecc0d9 |
UTF-8 | 渲碩 | 111001101011100010110010111001111010001010101001 | e6b8b2e7a2a9 |
UHC | 渲碩 | 11100000110000101110000010110101 | e0c2e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)