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 | Áªð¡ | 11000001101010101111000010100001 | c1aaf0a1 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Áªð¡ | 100011111010101010100001100011111010001011101100100011111010100111000011100011111010001011000010 | 8faaa18fa2ec8fa9c38fa2c2 |
UTF-8 | Áªð¡ | 1100001110000001110000101010101011000011101100001100001010100001 | c381c2aac3b0c2a1 |
UHC | ?ªð¡ | 00111111101010001010001110101001101000111010001010101110 | 3fa8a3a9a3a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)