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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茉?飢莉 | 11100100100111010011111110001011010100011110010010111011 | e49d3f8b51e4bb |
EUC-JP | 茉?飢莉 | 11100111111111010011111110110101101100101110100010111101 | e7fd3fb5b2e8bd |
UTF-8 | 茉痢飢莉 | 111010001000110010001001111011111010011110100101111010011010001110100010111010001000111010001001 | e88c89efa7a5e9a3a2e88e89 |
UHC | 茉痢飢莉 | 1101100011001001111011001011100011010001110001101101011111101001 | d8c9ecb8d1c6d7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)