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 | 驕ス荳槫罰 | 111010011000000110111101111001001011100010011110111001011001010010110001 | e981bde4b89ee594b1 |
EUC-JP | 驕ス荳槫罰 | 11110001111000011000111010111101111010001011101011011100111001111100100010110011 | f1e18ebde8badce7c8b3 |
UTF-8 | 驕ス荳槫罰 | 111010011010100110010101111011111011110110111101111010001000110110110011111001101010011110101011111001111011110110110000 | e9a995efbdbde88db3e6a7abe7bdb0 |
UHC | 驕?荳?罰 | 1100111011110110001111111101010011100101001111111101101111101011 | cef63fd4e53fdbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)