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 | çù¹äº | 111001111111100110111001111001001011101010001000 | e7f9b9e4ba88 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çù?äº? | 1000111110101011101011101000111110101011111000110011111110001111101010111010001110001111101000101110101100111111 | 8fabae8fabe33f8faba38fa2eb3f |
UTF-8 | çù¹äº | 110000111010011111000011101110011100001010111001110000111010010011000010101110101100001010001000 | c3a7c3b9c2b9c3a4c2bac288 |
UHC | ??¹?º? | 0011111100111111101010011111011000111111101010001010110000111111 | 3f3fa9f63fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)