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 | èè¦ã | 111010001000110010001001111010001010011010010110111000111000000110011000 | e88c89e8a696e38198 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??è¦?ã?? | 1000111110101011101100100011111100111111100011111010101110110010100011111010001011000011001111111000111110101011101010100011111100111111 | 8fabb23f3f8fabb28fa2c33f8fabaa3f3f |
UTF-8 | èè¦ã | 110000111010100011000010100011001100001010001001110000111010100011000010101001101100001010010110110000111010001111000010100000011100001010011000 | c3a8c28cc289c3a8c2a6c296c3a3c281c298 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)