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 | 炭竪歎即誰 | 10010010010110011001001001000111100100100101011010010001101001101001001001001110 | 92599247925691a6924e |
EUC-JP | 炭竪歎即誰 | 11000011101110101100001110101000110000111011011111000010101010001100001110101111 | c3bac3a8c3b7c2a8c3af |
UTF-8 | 炭竪歎即誰 | 111001111000001010101101111001111010101110101010111001101010110110001110111001011000110110110011111010001010101010110000 | e782ade7abaae6ad8ee58db3e8aab0 |
UHC | 炭竪歎?誰 | 111101111010100111100010101101011111011110100111001111111110001011000001 | f7a9e2b5f7a73fe2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)