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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 即足臓息vB | 10010001101001101001000110101011100100011001111110010001101001110111011001000010 | 91a691ab919f91a77642 |
EUC-JP | 即足臓息vB | 11000010101010001100001010101101110000101010000111000010101010010111011001000010 | c2a8c2adc2a1c2a97642 |
UTF-8 | 即足臓息vB | 1110010110001101101100111110100010110110101100111110100010000111100100111110011010000001101011110111011001000010 | e58db3e8b6b3e88793e681af7642 |
UHC | ?足?息vB | 0011111111110000111010110011111111100011110100110111011001000010 | 3ff0eb3fe3d37642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)