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 | ¼Þ¼G | 1011110011011110101111001010110101000111 | bcdebcad47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ?Þ??G | 00111111100011111010100110110000001111110011111101000111 | 3f8fa9b03f3f47 |
UTF-8 | ¼Þ¼G | 110000101011110011000011100111101100001010111100110000101010110101000111 | c2bcc39ec2bcc2ad47 |
UHC | ¼Þ¼G | 101010001111100110101000101011011010100011111001101000011010100101000111 | a8f9a8ada8f9a1a947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)