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 | 豕帷ョ滓セ | 1110011010110011100110111110011110101110100111111110011010111110 | e6b39be7ae9fe6be |
EUC-JP | 豕帷ョ滓セ | 11101100101101011101011011101001100011101010111011011110111010001000111010111110 | ecb5d6e98eaedee88ebe |
UTF-8 | 豕帷ョ滓セ | 111010001011000110010101111001011011100010110111111011111011110110101110111001101011101110010011111011111011110110111110 | e8b195e5b8b7efbdaee6bb93efbdbe |
UHC | 豕??滓? | 11100011110011100011111100111111111011101010101100111111 | e3ce3f3feeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)