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 | 昇エ蟠リ | 100011111011100010110100111001011011010011011000 | 8fb8b4e5b4d8 |
EUC-JP | 昇エ蟠リ | 1011111010111010100011101011010011101010101101101000111011011000 | beba8eb4eab68ed8 |
UTF-8 | 昇エ蟠リ | 111001101001100010000111111011111011110110110100111010001001111110100000111011111011111010011000 | e69887efbdb4e89fa0efbe98 |
UHC | 昇?蟠? | 111000111011000000111111110110101111011000111111 | e3b03fdaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)