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 | °ûN | 10001110101100001111101101001110 | 8eb0fb4e |
SJIS-WIN | ?°?N | 0011111110000001100010110011111101001110 | 3f818b3f4e |
EUC-JP | ?°ûN | 00111111101000011110101110001111101010111110010101001110 | 3fa1eb8fabe54e |
UTF-8 | °ûN | 11000010100011101100001010110000110000111011101101001110 | c28ec2b0c3bb4e |
UHC | ?°?N | 0011111110100001110001100011111101001110 | 3fa1c63f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)