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 | ¼Þ£Ã | 10111100110111101010001111000011 | bcdea3c3 |
SJIS-WIN | ??£? | 0011111100111111100000011001001000111111 | 3f3f81923f |
EUC-JP | ?ޣà | 001111111000111110101001101100001010000111110010100011111010101010101010 | 3f8fa9b0a1f28faaaa |
UTF-8 | ¼Þ£Ã | 1100001010111100110000111001111011000010101000111100001110000011 | c2bcc39ec2a3c383 |
UHC | ¼Þ?? | 101010001111100110101000101011010011111100111111 | a8f9a8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)