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 | @RCDCF^ | 100100100100000001010010100100100100001110010010010001001001001001000011100100100100011001011110 | 92405292439244924392465e |
SJIS-WIN | ?@R?C?D?C?F^ | 001111110100000001010010001111110100001100111111010001000011111101000011001111110100011001011110 | 3f40523f433f443f433f465e |
EUC-JP | ?@R?C?D?C?F^ | 001111110100000001010010001111110100001100111111010001000011111101000011001111110100011001011110 | 3f40523f433f443f433f465e |
UTF-8 | @RCDCF^ | 1100001010010010010000000101001011000010100100100100001111000010100100100100010011000010100100100100001111000010100100100100011001011110 | c2924052c29243c29244c29243c292465e |
UHC | ?@R?C?D?C?F^ | 001111110100000001010010001111110100001100111111010001000011111101000011001111110100011001011110 | 3f40523f433f443f433f465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)