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 | 赭滓ョ | 1110011011011110100111111110011010101110 | e6de9fe6ae |
EUC-JP | 赭滓ョ | 111011001110000011011110111010001000111010101110 | ece0dee88eae |
UTF-8 | 赭滓ョ | 111010001011010110101101111001101011101110010011111011111011110110101110 | e8b5ade6bb93efbdae |
UHC | ?滓? | 00111111111011101010101100111111 | 3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)