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 | ¼¾ì¶] | 10001110101111001000111010111110111011001011011001011101 | 8ebc8ebeecb65d |
SJIS-WIN | ?????¶] | 0011111100111111001111110011111100111111100000011111011101011101 | 3f3f3f3f3f81f75d |
EUC-JP | ????ì¶] | 00111111001111110011111100111111100011111010101111000000101000101111100101011101 | 3f3f3f3f8fabc0a2f95d |
UTF-8 | ¼¾ì¶] | 11000010100011101100001010111100110000101000111011000010101111101100001110101100110000101011011001011101 | c28ec2bcc28ec2bec3acc2b65d |
UHC | ?¼?¾?¶] | 00111111101010001111100100111111101010001111101000111111101000101101001001011101 | 3fa8f93fa8fa3fa2d25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)