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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 称魎轗称魎轆^ | 10001111110011001110100110110010111001110111110110001111110011001110100110110010111001110111101101011110 | 8fcce9b2e77d8fcce9b2e77b5e |
EUC-JP | 称魎轗称魎轆^ | 10111110110011101111001010110100111011011101111010111110110011101111001010110100111011011101110001011110 | becef2b4eddebecef2b4eddc5e |
UTF-8 | 称魎轗称魎轆^ | 11100111101001111011000011101001101011011000111011101000101111011001011111100111101001111011000011101001101011011000111011101000101111011000011001011110 | e7a7b0e9ad8ee8bd97e7a7b0e9ad8ee8bd865e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)