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 | ʤG{Á | 100010111100101010011101101001000100011110000100011110111000111111000001 | 8bca9da447847b8fc1 |
SJIS-WIN | ????G?{?? | 001111110011111100111111001111110100011100111111011110110011111100111111 | 3f3f3f3f473f7b3f3f |
EUC-JP | ?Ê?¤G?{?Á | 001111111000111110101010101101000011111110001111101000101111000001000111001111110111101100111111100011111010101010100001 | 3f8faab43f8fa2f0473f7b3f8faaa1 |
UTF-8 | ʤG{Á | 11000010100010111100001110001010110000101001110111000010101001000100011111000010100001000111101111000010100011111100001110000001 | c28bc38ac29dc2a447c2847bc28fc381 |
UHC | ???¤G?{?? | 00111111001111110011111110100010101101000100011100111111011110110011111100111111 | 3f3f3fa2b4473f7b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)