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 | 靜?艇屯嬪 | 111010001100111000111111100100101111100010010011110101001001101101101100 | e8ce3f92f893d49b6c |
EUC-JP | 靜?艇屯嬪 | 111100001101000000111111110001001111101011000110110101101101010111001101 | f0d03fc4fac6d6d5cd |
UTF-8 | 靜렗艇屯嬪 | 111010011001110110011100111010111010000010010111111010001000100110000111111001011011000110101111111001011010110010101010 | e99d9ceba097e88987e5b1afe5acaa |
UHC | 靜렗艇屯嬪 | 11110000101000011000111010101100111011111111001111010100111010101101111010101110 | f0a18eaceff3d4eadeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)