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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薔??外?? | 1110010101001011001111110011111110001010010011110011111100111111 | e54b3f3f8a4f3f3f |
EUC-JP | 薔??外?? | 1110100110101100001111110011111110110011101100000011111100111111 | e9ac3f3fb3b03f3f |
UTF-8 | 薔쇽풛外믭쉑 | 111010001001011010010100111011001000011110111101111011011001001010011011111001011010010010010110111010111010111110101101111011001000100110010001 | e89694ec87bded929be5a496ebafadec8991 |
UHC | 薔쇽풛外믭쉑 | 111011011111100110111100111011111011111010011110111010001110001010010010111011111011110110100111 | edf9bcefbe9ee8e292efbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)