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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟾「蟾「^ | 11100101101101111010001011100101101101111010001001011110 | e5b7a2e5b7a25e |
EUC-JP | 蟾「蟾「^ | 111010101011100110001110101000101110101010111001100011101010001001011110 | eab98ea2eab98ea25e |
UTF-8 | 蟾「蟾「^ | 11101000100111111011111011101111101111011010001011101000100111111011111011101111101111011010001001011110 | e89fbeefbda2e89fbeefbda25e |
UHC | 蟾?蟾?^ | 11100000111010100011111111100000111010100011111101011110 | e0ea3fe0ea3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)