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 | ´ßÀ± | 10110100110111111100000010110001 | b4dfc0b1 |
SJIS-WIN | ´??± | 100000010100110000111111001111111000000101111101 | 814c3f3f817d |
EUC-JP | ´ßÀ± | 10100001101011011000111110101001110011101000111110101010101000101010000111011110 | a1ad8fa9ce8faaa2a1de |
UTF-8 | ´ßÀ± | 1100001010110100110000111001111111000011100000001100001010110001 | c2b4c39fc380c2b1 |
UHC | ´ß?± | 10100010101001011010100110101100001111111010000110111110 | a2a5a9ac3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)