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 | 症ル璽煜疾 | 100011111100011111011001100011101010001111111011010101011000111010111110 | 8fc7d98ea3fb558ebe |
EUC-JP | 症ル璽煜疾 | 1011111011001001100011101101100110111100101001011000111111001001111111001011110011000000 | bec98ed9bca58fc9fcbcc0 |
UTF-8 | 症ル璽煜疾 | 111001111001011110000111111011111011111010011001111001111001001010111101111001111000010110011100111001111001011010111110 | e79787efbe99e792bde7859ce796be |
UHC | 症?璽煜疾 | 111100011111100000111111110111111101111011101001111100101111001011110000 | f1f83fdfdee9f2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)