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 | 100100011011001010010001101011100100000001101000 | 91b291ae4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ???®@h | 0011111100111111001111111000111110100010111011100100000001101000 | 3f3f3f8fa2ee4068 |
UTF-8 | ²®@h | 11000010100100011100001010110010110000101001000111000010101011100100000001101000 | c291c2b2c291c2ae4068 |
UHC | ?²?®@h | 0011111110101001111101110011111110100010111001110100000001101000 | 3fa9f73fa2e74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)