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 | ????g? | 001111110011111100111111001111110110011100111111 | 3f3f3f3f673f |
SJIS-WIN | 魘溷、アg蠖 | 111010011011010010011111111001011010010010110001011001111110010110111101 | e9b49fe5a4b167e5bd |
EUC-JP | 魘溷、アg蠖 | 1111001010110110110111101110011110001110101001001000111010110001011001111110101010111111 | f2b6dee78ea48eb167eabf |
UTF-8 | 魘溷、アg蠖 | 11101001101011011001100011100110101110101011011111101111101111011010010011101111101111011011000101100111111010001010000010010110 | e9ad98e6bab7efbda4efbdb167e8a096 |
UHC | ????g? | 001111110011111100111111001111110110011100111111 | 3f3f3f3f673f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)