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 | ?CD?CD^ | 00111111010000110100010000111111010000110100010001011110 | 3f43443f43445e |
SJIS-WIN | 咤CD咤CD^ | 100110100100001001000011010001001001101001000010010000110100010001011110 | 9a4243449a4243445e |
EUC-JP | 咤CD咤CD^ | 110100111010001101000011010001001101001110100011010000110100010001011110 | d3a34344d3a343445e |
UTF-8 | 咤CD咤CD^ | 1110010110010010101001000100001101000100111001011001001010100100010000110100010001011110 | e592a44344e592a443445e |
UHC | 咤CD咤CD^ | 111101101110001101000011010001001111011011100011010000110100010001011110 | f6e34344f6e343445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)