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 | ±ø±ø^ | 1011000111111000101100011111100001011110 | b1f8b1f85e |
SJIS-WIN | ±?±?^ | 10000001011111010011111110000001011111010011111101011110 | 817d3f817d3f5e |
EUC-JP | ±ø±ø^ | 1010000111011110100011111010100111001100101000011101111010001111101010011100110001011110 | a1de8fa9cca1de8fa9cc5e |
UTF-8 | ±ø±ø^ | 110000101011000111000011101110001100001010110001110000111011100001011110 | c2b1c3b8c2b1c3b85e |
UHC | ±ø±ø^ | 101000011011111010101001101010101010000110111110101010011010101001011110 | a1bea9aaa1bea9aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)