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 | çÞç | 111001111101111010001100111001111001001110001111 | e7de8ce7938f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çÞ?ç?? | 100011111010101110101110100011111010100110110000001111111000111110101011101011100011111100111111 | 8fabae8fa9b03f8fabae3f3f |
UTF-8 | çÞç | 110000111010011111000011100111101100001010001100110000111010011111000010100100111100001010001111 | c3a7c39ec28cc3a7c293c28f |
UHC | ?Þ???? | 00111111101010001010110100111111001111110011111100111111 | 3fa8ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)