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 | çåè¤Ùø | 11100111111001011000111111101000101001001101100111111000 | e7e58fe8a4d9f8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | çå?è¤Ùø | 10001111101010111010111010001111101010111010100100111111100011111010101110110010100011111010001011110000100011111010101011100011100011111010100111001100 | 8fabae8faba93f8fabb28fa2f08faae38fa9cc |
UTF-8 | çåè¤Ùø | 1100001110100111110000111010010111000010100011111100001110101000110000101010010011000011100110011100001110111000 | c3a7c3a5c28fc3a8c2a4c399c3b8 |
UHC | ????¤?ø | 001111110011111100111111001111111010001010110100001111111010100110101010 | 3f3f3f3fa2b43fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)