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 | ã³ä» | 111000111011001110000010100001111110010010111011 | e3b38287e4bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ã???ä? | 10001111101010111010101000111111001111110011111110001111101010111010001100111111 | 8fabaa3f3f3f8faba33f |
UTF-8 | ã³ä» | 110000111010001111000010101100111100001010000010110000101000011111000011101001001100001010111011 | c3a3c2b3c282c287c3a4c2bb |
UHC | ?³???? | 00111111101010011111100000111111001111110011111100111111 | 3fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)