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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魄滓ォ | 1110100110101110100111111110011010101011 | e9ae9fe6ab |
EUC-JP | 魄滓ォ | 111100101011000011011110111010001000111010101011 | f2b0dee88eab |
UTF-8 | 魄滓ォ | 111010011010110110000100111001101011101110010011111011111011110110101011 | e9ad84e6bb93efbdab |
UHC | 魄滓? | 1101101111011110111011101010101100111111 | dbdeeeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)