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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 舌?\}舌?\{^ | 1001000011100011001111110101110001111101100100001110001100111111010111000111101101011110 | 90e33f5c7d90e33f5c7b5e |
EUC-JP | 舌?\}舌?\{^ | 1100000011100101001111110101110001111101110000001110010100111111010111000111101101011110 | c0e53f5c7dc0e53f5c7b5e |
UTF-8 | 舌쉃\}舌쉃\{^ | 1110100010001000100011001110110010001001100000110101110001111101111010001000100010001100111011001000100110000011010111000111101101011110 | e8888cec89835c7de8888cec89835c7b5e |
UHC | 舌쉃\}舌쉃\{^ | 11100000110111111001101001011000010111000111110111100000110111111001101001011000010111000111101101011110 | e0df9a585c7de0df9a585c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)