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 | 魄ィ譌苓至 | 111010011010111010101000111001101001011110010111111010001000111010001010 | e9aea8e69797e88e8a |
EUC-JP | 魄ィ譌苓至 | 11110010101100001000111010101000111010111111011111001110111010101011101111101010 | f2b08ea8ebf7ceeabbea |
UTF-8 | 魄ィ譌苓至 | 111010011010110110000100111011111011110110101000111010001010110110001100111010001000101110010011111010001000011110110011 | e9ad84efbda8e8ad8ce88b93e887b3 |
UHC | 魄???至 | 11011011110111100011111100111111001111111111001010111000 | dbde3f3f3ff2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)