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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 刃D刃D^ | 10010000011011100100010010010000011011100100010001011110 | 906e44906e445e |
EUC-JP | 刃D刃D^ | 10111111110011110100010010111111110011110100010001011110 | bfcf44bfcf445e |
UTF-8 | 刃D刃D^ | 111001011000100010000011010001001110010110001000100000110100010001011110 | e5888344e58883445e |
UHC | 刃D刃D^ | 11101100110100110100010011101100110100110100010001011110 | ecd344ecd3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)