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 | °Ü¢¬ | 1000111010110000100011101101110010001110101000101000111010101100 | 8eb08edc8ea28eac |
SJIS-WIN | ?°???¢?¬ | 0011111110000001100010110011111100111111001111111000000110010001001111111000000111001010 | 3f818b3f3f3f81913f81ca |
EUC-JP | ?°?Ü?¢?¬ | 00111111101000011110101100111111100011111010101011100100001111111010000111110001001111111010001011001100 | 3fa1eb3f8faae43fa1f13fa2cc |
UTF-8 | °Ü¢¬ | 11000010100011101100001010110000110000101000111011000011100111001100001010001110110000101010001011000010100011101100001010101100 | c28ec2b0c28ec39cc28ec2a2c28ec2ac |
UHC | ?°?????? | 001111111010000111000110001111110011111100111111001111110011111100111111 | 3fa1c63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)