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 | 夕碩?跣 | 10010111010110111001000011010111001111111110011011101111 | 975b90d73fe6ef |
EUC-JP | 夕碩?跣 | 11001101101111001100000011011001001111111110110011110001 | cdbcc0d93fecf1 |
UTF-8 | 夕碩卨跣 | 111001011010010010010101111001111010001010101001111001011000110110101000111010001011011110100011 | e5a495e7a2a9e58da8e8b7a3 |
UHC | 夕碩卨跣 | 1110000010101010111000001011010111100000110110011110000011010011 | e0aae0b5e0d9e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)