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 | ?¬v?¬vB | 00111111101011000111011000111111101011000111011001000010 | 3fac763fac7642 |
SJIS-WIN | 邸¬v邸¬vB | 1001001101000000100000011100101001110110100100110100000010000001110010100111011001000010 | 934081ca76934081ca7642 |
EUC-JP | 邸¬v邸¬vB | 1100010110100001101000101100110001110110110001011010000110100010110011000111011001000010 | c5a1a2cc76c5a1a2cc7642 |
UTF-8 | 邸¬v邸¬vB | 11101001100000101011100011000010101011000111011011101001100000101011100011000010101011000111011001000010 | e982b8c2ac76e982b8c2ac7642 |
UHC | 邸?v邸?vB | 111011101101000000111111011101101110111011010000001111110111011001000010 | eed03f76eed03f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)