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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 炭臓脱蔵竪淡 | 100100100101100110010001100111111001001001000101100100011010000010010010010001111001001001010111 | 9259919f924591a092479257 |
EUC-JP | 炭臓脱蔵竪淡 | 110000111011101011000010101000011100001110100110110000101010001011000011101010001100001110111000 | c3bac2a1c3a6c2a2c3a8c3b8 |
UTF-8 | 炭臓脱蔵竪淡 | 111001111000001010101101111010001000011110010011111010001000010010110001111010001001010010110101111001111010101110101010111001101011011110100001 | e782ade88793e884b1e894b5e7abaae6b7a1 |
UHC | 炭???竪淡 | 111101111010100100111111001111110011111111100010101101011101001110111111 | f7a93f3f3fe2b5d3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)