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 | 種?芝?? | 10001110111011010011111110001110110001010011111100111111 | 8eed3f8ec53f3f |
EUC-JP | 種?芝?佾 | 101111001110111100111111101111001100011100111111100011111011000011111011 | bcef3fbcc73f8fb0fb |
UTF-8 | 種렠芝렭佾 | 111001111010100010101110111010111010000010100000111010001000101010011101111010111010000010101101111001001011110110111110 | e7a8aeeba0a0e88a9deba0ade4bdbe |
UHC | 種렠芝렭佾 | 11110000111110101000111010110001111100101011100110001110101110101110110011101011 | f0fa8eb1f2b98ebaeceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)