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 | èûç³ | 111010001111101110000100111001111000111010110011 | e8fb84e78eb3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èû?ç?? | 100011111010101110110010100011111010101111100101001111111000111110101011101011100011111100111111 | 8fabb28fabe53f8fabae3f3f |
UTF-8 | èûç³ | 110000111010100011000011101110111100001010000100110000111010011111000010100011101100001010110011 | c3a8c3bbc284c3a7c28ec2b3 |
UHC | ?????³ | 00111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)