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 | ½¤¿¢ | 1000111010111101100011101010010010001110101111111000111010100010 | 8ebd8ea48ebf8ea2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | ???¤?¿?¢ | 00111111001111110011111110001111101000101111000000111111100011111010001011000100001111111010000111110001 | 3f3f3f8fa2f03f8fa2c43fa1f1 |
UTF-8 | ½¤¿¢ | 11000010100011101100001010111101110000101000111011000010101001001100001010001110110000101011111111000010100011101100001010100010 | c28ec2bdc28ec2a4c28ec2bfc28ec2a2 |
UHC | ?½?¤?¿?? | 0011111110101000111101100011111110100010101101000011111110100010101011110011111100111111 | 3fa8f63fa2b43fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)