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 | 粹粹 | 11100010111011011110001011101101 | e2ede2ed |
EUC-JP | 粹粹 | 11100100111011111110010011101111 | e4efe4ef |
UTF-8 | 粹粹 | 111001111011001010111001111001111011001010111001 | e7b2b9e7b2b9 |
UHC | 粹粹 | 11100010101101101110001010110110 | e2b6e2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)