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 | ⴪㳠| 1110001010110100100011111000011010001100101010101110001110110011 | e2b48f868caae3b3 |
SJIS-WIN | ?´?????? | 001111111000000101001100001111110011111100111111001111110011111100111111 | 3f814c3f3f3f3f3f3f |
EUC-JP | â´???ªã? | 100011111010101110100100101000011010110100111111001111110011111110001111101000101110110010001111101010111010101000111111 | 8faba4a1ad3f3f3f8fa2ec8fabaa3f |
UTF-8 | ⴪㳠| 11000011101000101100001010110100110000101000111111000010100001101100001010001100110000101010101011000011101000111100001010110011 | c3a2c2b4c28fc286c28cc2aac3a3c2b3 |
UHC | ?´???ª?³ | 0011111110100010101001010011111100111111001111111010100010100011001111111010100111111000 | 3fa2a53f3f3fa8a33fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)