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 | °ÆGB | 100011101011000010001110110001100100011101000010 | 8eb08ec64742 |
SJIS-WIN | ?°??GB | 00111111100000011000101100111111001111110100011101000010 | 3f818b3f3f4742 |
EUC-JP | ?°?ÆGB | 001111111010000111101011001111111000111110101001101000010100011101000010 | 3fa1eb3f8fa9a14742 |
UTF-8 | °ÆGB | 11000010100011101100001010110000110000101000111011000011100001100100011101000010 | c28ec2b0c28ec3864742 |
UHC | ?°?ÆGB | 0011111110100001110001100011111110101000101000010100011101000010 | 3fa1c63fa8a14742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)