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 | ç¶ìÐ | 1110011110110110101011011110110010010010100101011101000010011111 | e7b6adec9295d09f |
SJIS-WIN | ?¶?????? | 001111111000000111110111001111110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f3f |
EUC-JP | ç¶?ì???? | 10001111101010111010111010100010111110010011111110001111101010111100000000111111001111110011111100111111 | 8fabaea2f93f8fabc03f3f3f3f |
UTF-8 | ç¶ìÐ | 11000011101001111100001010110110110000101010110111000011101011001100001010010010110000101001010111000011100100001100001010011111 | c3a7c2b6c2adc3acc292c295c390c29f |
UHC | ?¶???Ð? | 0011111110100010110100101010000110101001001111110011111100111111101010001010001000111111 | 3fa2d2a1a93f3f3fa8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)