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 | ÐÓÜÆ^ | 1101000011010011110111001100011001011110 | d0d3dcc65e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?ÓÜÆ^ | 0011111110001111101010101101000110001111101010101110010010001111101010011010000101011110 | 3f8faad18faae48fa9a15e |
UTF-8 | ÐÓÜÆ^ | 110000111001000011000011100100111100001110011100110000111000011001011110 | c390c393c39cc3865e |
UHC | Ð??Æ^ | 10101000101000100011111100111111101010001010000101011110 | a8a23f3fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)