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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??訂?B | 001111110011111110010010111110010011111101000010 | 3f3f92f93f42 |
EUC-JP | 塼?訂?B | 1000111110111000101110010011111111000100111110110011111101000010 | 8fb8b93fc4fb3f42 |
UTF-8 | 塼렗訂렗B | 11100101101000011011110011101011101000001001011111101000101010001000001011101011101000001001011101000010 | e5a1bceba097e8a882eba09742 |
UHC | 塼렗訂렗B | 111011101111010010001110101011001110111111110100100011101010110001000010 | eef48eaceff48eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)