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 | C\N | 100100100100001110010010010111001001001001001110 | 9243925c924e |
SJIS-WIN | ?C?\?N | 001111110100001100111111010111000011111101001110 | 3f433f5c3f4e |
EUC-JP | ?C?\?N | 001111110100001100111111010111000011111101001110 | 3f433f5c3f4e |
UTF-8 | C\N | 110000101001001001000011110000101001001001011100110000101001001001001110 | c29243c2925cc2924e |
UHC | ?C?\?N | 001111110100001100111111010111000011111101001110 | 3f433f5c3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)