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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?敎?源 | 001111111111101011001101001111111000110010111001 | 3ffacd3f8cb9 |
EUC-JP | 塼??源 | 10001111101110001011100100111111001111111011100010111011 | 8fb8b93f3fb8bb |
UTF-8 | 塼敎갹源 | 111001011010000110111100111001101001010110001110111010101011000010111001111001101011101010010000 | e5a1bce6958eeab0b9e6ba90 |
UHC | 塼敎갹源 | 1110111011110100110011101110011110110000101111011110101010111001 | eef4cee7b0bdeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)