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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?拒?居^ | 00111111100010111001000100111111100010111000111101011110 | 3f8b913f8b8f5e |
EUC-JP | 釪拒釪居^ | 1000111111100011101011011011010111110001100011111110001110101101101101011110111101011110 | 8fe3adb5f18fe3adb5ef5e |
UTF-8 | 釪拒釪居^ | 11101001100001111010101011100110100010111001001011101001100001111010101011100101101100011000010101011110 | e987aae68b92e987aae5b1855e |
UHC | 釪拒釪居^ | 111010011110100111001011110111101110100111101001110010111101110001011110 | e9e9cbdee9e9cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)