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 | æè°·~ | 11100110100101111000111111101000101100001011011101111110 | e6978fe8b0b77e |
SJIS-WIN | ????°?~ | 0011111100111111001111110011111110000001100010110011111101111110 | 3f3f3f3f818b3f7e |
EUC-JP | æ??è°?~ | 100011111010100111000001001111110011111110001111101010111011001010100001111010110011111101111110 | 8fa9c13f3f8fabb2a1eb3f7e |
UTF-8 | æè°·~ | 11000011101001101100001010010111110000101000111111000011101010001100001010110000110000101011011101111110 | c3a6c297c28fc3a8c2b0c2b77e |
UHC | æ???°·~ | 10101001101000010011111100111111001111111010000111000110101000011010010001111110 | a9a13f3f3fa1c6a1a47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)