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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟾。蛯キ遞 | 1110010110110111101000011110010110000010101101111110011110101000 | e5b7a1e582b7e7a8 |
EUC-JP | 蟾。蛯キ遞 | 11101010101110011000111010100001111010011110001010001110101101111110111010101010 | eab98ea1e9e28eb7eeaa |
UTF-8 | 蟾。蛯キ遞 | 111010001001111110111110111011111011110110100001111010001001101110101111111011111011110110110111111010011000000110011110 | e89fbeefbda1e89bafefbdb7e9819e |
UHC | 蟾???遞 | 11100000111010100011111100111111001111111111010011110110 | e0ea3f3f3ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)