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 | ??S??f | 001111110011111101010011001111110011111101100110 | 3f3f533f3f66 |
SJIS-WIN | 将エS将ョf | 1000111110101011101101000101001110001111101010111010111001100110 | 8fabb4538fabae66 |
EUC-JP | 将エS将ョf | 10111110101011011000111010110100010100111011111010101101100011101010111001100110 | bead8eb453bead8eae66 |
UTF-8 | 将エS将ョf | 1110010110110000100001101110111110111101101101000101001111100101101100001000011011101111101111011010111001100110 | e5b086efbdb453e5b086efbdae66 |
UHC | ??S??f | 001111110011111101010011001111110011111101100110 | 3f3f533f3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)