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 | CICI^ | 100100100100001110010010010010011001001001000011100100100100100101011110 | 92439249924392495e |
SJIS-WIN | ?C?I?C?I^ | 001111110100001100111111010010010011111101000011001111110100100101011110 | 3f433f493f433f495e |
EUC-JP | ?C?I?C?I^ | 001111110100001100111111010010010011111101000011001111110100100101011110 | 3f433f493f433f495e |
UTF-8 | CICI^ | 11000010100100100100001111000010100100100100100111000010100100100100001111000010100100100100100101011110 | c29243c29249c29243c292495e |
UHC | ?C?I?C?I^ | 001111110100001100111111010010010011111101000011001111110100100101011110 | 3f433f493f433f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)