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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冐碁・跣 | 1110001111101100100011001110100110000001010001011110011011101111 | e3ec8ce98145e6ef |
EUC-JP | 冐碁・跣 | 1110011011101110101110001110101110100001101001101110110011110001 | e6eeb8eba1a6ecf1 |
UTF-8 | 冐碁・跣 | 111001011000011010010000111001111010001010000001111000111000001110111011111010001011011110100011 | e58690e7a281e383bbe8b7a3 |
UHC | ?碁?跣 | 001111111101000110110011001111111110000011010011 | 3fd1b33fe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)