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 | ֩c] | 11110111101010010110001101011101 | f7a9635d |
SJIS-WIN | ÷?c] | 1000000110000000001111110110001101011101 | 81803f635d |
EUC-JP | ֩c] | 10100001111000001000111110100010111011010110001101011101 | a1e08fa2ed635d |
UTF-8 | ֩c] | 110000111011011111000010101010010110001101011101 | c3b7c2a9635d |
UHC | ÷?c] | 1010000111000000001111110110001101011101 | a1c03f635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)