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 | 質蛇セ燻オ | 1000111010111111100011101101011010111110111000001000111010110101 | 8ebf8ed6bee08eb5 |
EUC-JP | 質蛇セ燻オ | 10111100110000011011110011011000100011101011111011011111111011101000111010110101 | bcc1bcd88ebedfee8eb5 |
UTF-8 | 質蛇セ燻オ | 111010001011001110101010111010001001101110000111111011111011110110111110111001111000011110111011111011111011110110110101 | e8b3aae89b87efbdbee787bbefbdb5 |
UHC | 質蛇?燻? | 1111001011110101110111101110111100111111111111011011100000111111 | f2f5deef3ffdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)