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 | EF}EF{^ | 1001010001000101100100000100011001111101100101000100010110010000010001100111101101011110 | 944590467d944590467b5e |
SJIS-WIN | ?E?F}?E?F{^ | 0011111101000101001111110100011001111101001111110100010100111111010001100111101101011110 | 3f453f467d3f453f467b5e |
EUC-JP | ?E?F}?E?F{^ | 0011111101000101001111110100011001111101001111110100010100111111010001100111101101011110 | 3f453f467d3f453f467b5e |
UTF-8 | EF}EF{^ | 110000101001010001000101110000101001000001000110011111011100001010010100010001011100001010010000010001100111101101011110 | c29445c290467dc29445c290467b5e |
UHC | ?E?F}?E?F{^ | 0011111101000101001111110100011001111101001111110100010100111111010001100111101101011110 | 3f453f467d3f453f467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)