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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 厓??D^ | 111110101000110100111111001111110100010001011110 | fa8d3f3f445e |
EUC-JP | 厓??D^ | 10001111101101001100011100111111001111110100010001011110 | 8fb4c73f3f445e |
UTF-8 | 厓⒵뿈D^ | 1110010110001110100100111110001010010010101101011110101110111111100010000100010001011110 | e58e93e292b5ebbf88445e |
UHC | 厓⒵뿈D^ | 1110010011101101101010011110011010010111100011110100010001011110 | e4eda9e6978f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)