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 | çõæ© | 111001111111010110001111111001101010100110011111 | e7f58fe6a99f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çõ?æ©? | 1000111110101011101011101000111110101011110110000011111110001111101010011100000110001111101000101110110100111111 | 8fabae8fabd83f8fa9c18fa2ed3f |
UTF-8 | çõæ© | 110000111010011111000011101101011100001010001111110000111010011011000010101010011100001010011111 | c3a7c3b5c28fc3a6c2a9c29f |
UHC | ???æ?? | 00111111001111110011111110101001101000010011111100111111 | 3f3f3fa9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)