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 | ¼Þ¼ÝH | 1011110011011110101111001101110101001000 | bcdebcdd48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ?Þ?ÝH | 001111111000111110101001101100000011111110001111101010101111001001001000 | 3f8fa9b03f8faaf248 |
UTF-8 | ¼Þ¼ÝH | 110000101011110011000011100111101100001010111100110000111001110101001000 | c2bcc39ec2bcc39d48 |
UHC | ¼Þ¼?H | 1010100011111001101010001010110110101000111110010011111101001000 | a8f9a8ada8f93f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)