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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訂???柯 | 10010010111110010011111100111111001111111001111001101000 | 92f93f3f3f9e68 |
EUC-JP | 訂?饔?柯 | 110001001111101100111111100011111110100011101111001111111101101111001001 | c4fb3f8fe8ef3fdbc9 |
UTF-8 | 訂렗饔漏柯 | 111010001010100010000010111010111010000010010111111010011010010110010100111011111010010110001110111001101001111110101111 | e8a882eba097e9a594efa58ee69faf |
UHC | 訂렗饔漏柯 | 11101111111101001000111010101100111010001011110111010010111010001100101010101111 | eff48eace8bdd2e8caaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)