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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 埃\}埃\{^ | 100110101011101001011100011111011001101010111010010111000111101101011110 | 9aba5c7d9aba5c7b5e |
EUC-JP | 埃\}埃\{^ | 110101001011110001011100011111011101010010111100010111000111101101011110 | d4bc5c7dd4bc5c7b5e |
UTF-8 | 埃\}埃\{^ | 1110010110011111100000110101110001111101111001011001111110000011010111000111101101011110 | e59f835c7de59f835c7b5e |
UHC | 埃\}埃\{^ | 111001001110111101011100011111011110010011101111010111000111101101011110 | e4ef5c7de4ef5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)