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 | 訂敎?源? | 1001001011111001111110101100110100111111100011001011100100111111 | 92f9facd3f8cb93f |
EUC-JP | 訂??源醱 | 110001001111101100111111001111111011100010111011100011111110001011110111 | c4fb3f3fb8bb8fe2f7 |
UTF-8 | 訂敎갹源醱 | 111010001010100010000010111001101001010110001110111010101011000010111001111001101011101010010000111010011000011010110001 | e8a882e6958eeab0b9e6ba90e986b1 |
UHC | 訂敎갹源醱 | 11101111111101001100111011100111101100001011110111101010101110011101101110100011 | eff4cee7b0bdeab9dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)