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 | ß¹¦AB | 10001111110111111011100110001110101001100100000101000010 | 8fdfb98ea64142 |
SJIS-WIN | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
EUC-JP | ?ß??¦AB | 0011111110001111101010011100111000111111001111111000111110100010110000110100000101000010 | 3f8fa9ce3f3f8fa2c34142 |
UTF-8 | ß¹¦AB | 110000101000111111000011100111111100001010111001110000101000111011000010101001100100000101000010 | c28fc39fc2b9c28ec2a64142 |
UHC | ?ß¹??AB | 001111111010100110101100101010011111011000111111001111110100000101000010 | 3fa9aca9f63f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)