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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 足?址 | 1001000110101011001111111001101010101100 | 91ab3f9aac |
EUC-JP | 足?址 | 1100001010101101001111111101010010101110 | c2ad3fd4ae |
UTF-8 | 足렭址 | 111010001011011010110011111010111010000010101101111001011001110110000000 | e8b6b3eba0ade59d80 |
UHC | 足렭址 | 111100001110101110001110101110101111001010100011 | f0eb8ebaf2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)