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 | âÞæ_Ç^ | 11100010110111101110011001011111100101011100011101011110 | e2dee65f95c75e |
SJIS-WIN | ???_??^ | 00111111001111110011111101011111001111110011111101011110 | 3f3f3f5f3f3f5e |
EUC-JP | âÞæ_?Ç^ | 100011111010101110100100100011111010100110110000100011111010100111000001010111110011111110001111101010101010111001011110 | 8faba48fa9b08fa9c15f3f8faaae5e |
UTF-8 | âÞæ_Ç^ | 110000111010001011000011100111101100001110100110010111111100001010010101110000111000011101011110 | c3a2c39ec3a65fc295c3875e |
UHC | ?Þæ_??^ | 001111111010100010101101101010011010000101011111001111110011111101011110 | 3fa8ada9a15f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)