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 | ??訂?禎? | 0011111100111111100100101111100100111111100100101111010100111111 | 3f3f92f93f92f53f |
EUC-JP | ??訂?禎? | 0011111100111111110001001111101100111111110001001111011100111111 | 3f3fc4fb3fc4f73f |
UTF-8 | 亐렕訂렦禎렦 | 111001001011101010010000111010111010000010010101111010001010100010000010111010111010000010100110111001111010011010001110111010111010000010100110 | e4ba90eba095e8a882eba0a6e7a68eeba0a6 |
UHC | 亐렕訂렦禎렦 | 111010101010011110001110101010101110111111110100100011101011010111101111111011101000111010110101 | eaa78eaaeff48eb5efee8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)