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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 哉磐??A | 10001101110001101001010011010110001111110011111101000001 | 8dc694d63f3f41 |
EUC-JP | 哉磐??A | 10111010110010001100100011011000001111110011111101000001 | bac8c8d83f3f41 |
UTF-8 | 哉磐렰렚A | 11100101100100111000100111100111101000111001000011101011101000001011000011101011101000001001101001000001 | e59389e7a390eba0b0eba09a41 |
UHC | 哉磐렰렚A | 111011101010001111011010111100011000111010111101100011101010110101000001 | eea3daf18ebd8ead41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)