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 | º¿á^ | 10111010101111111110000101011110 | babfe15e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | º¿á^ | 10001111101000101110101110001111101000101100010010001111101010111010000101011110 | 8fa2eb8fa2c48faba15e |
UTF-8 | º¿á^ | 11000010101110101100001010111111110000111010000101011110 | c2bac2bfc3a15e |
UHC | º¿?^ | 101010001010110010100010101011110011111101011110 | a8aca2af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)