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 | »ùÄïÓüP | 1000111110111011111110011100010011101111110100111111110001010000 | 8fbbf9c4efd3fc50 |
SJIS-WIN | ???????P | 0011111100111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f3f50 |
EUC-JP | ??ùÄïÓüP | 001111110011111110001111101010111110001110001111101010101010001110001111101010111100000110001111101010101101000110001111101010111110010001010000 | 3f3f8fabe38faaa38fabc18faad18fabe450 |
UTF-8 | »ùÄïÓüP | 110000101000111111000010101110111100001110111001110000111000010011000011101011111100001110010011110000111011110001010000 | c28fc2bbc3b9c384c3afc393c3bc50 |
UHC | ???????P | 0011111100111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)