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 | Dá} | 10010010010001001110000101111101 | 9244e17d |
SJIS-WIN | ?D?} | 00111111010001000011111101111101 | 3f443f7d |
EUC-JP | ?Dá} | 001111110100010010001111101010111010000101111101 | 3f448faba17d |
UTF-8 | Dá} | 110000101001001001000100110000111010000101111101 | c29244c3a17d |
UHC | ?D?} | 00111111010001000011111101111101 | 3f443f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)