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 | 蟷礼ィ檻 | 11100101101110011001011111100111101010001001111101000010 | e5b997e7a89f42 |
EUC-JP | 蟷礼ィ檻 | 1110101010111011110011101110100110001110101010001101110110100011 | eabbcee98ea8dda3 |
UTF-8 | 蟷礼ィ檻 | 111010001001111110110111111001111010010010111100111011111011110110101000111001101010101010111011 | e89fb7e7a4bcefbda8e6aabb |
UHC | ???檻 | 0011111100111111001111111111100111100011 | 3f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)