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 | ???®?? | 001111110011111100111111101011100011111100111111 | 3f3f3fae3f3f |
SJIS-WIN | 訂?證??? | 1001001011111001001111111110011010011010001111110011111100111111 | 92f93fe69a3f3f3f |
EUC-JP | 訂?證®?? | 11000100111110110011111111101011111110101000111110100010111011100011111100111111 | c4fb3febfa8fa2ee3f3f |
UTF-8 | 訂렗證®렰렖 | 1110100010101000100000101110101110100000100101111110100010101101100010011100001010101110111010111010000010110000111010111010000010010110 | e8a882eba097e8ad89c2aeeba0b0eba096 |
UHC | 訂렗證®렰렖 | 111011111111010010001110101011001111000111111011101000101110011110001110101111011000111010101011 | eff48eacf1fba2e78ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)