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 | コ闔エ自 | 11110010101111011011101011101000100011101011010010001110101010011111000011101010 | f2bdbae88eb48ea9f0ea |
EUC-JP | ?コ闔エ自? | 00111111100011101011101011101111111011101000111010110100101111001010101100111111 | 3f8ebaefee8eb4bcab3f |
UTF-8 | コ闔エ自 | 111011101000011110110100111011111011110110111010111010011001011110010100111011111011110110110100111010001000011110101010111011101000001010101001 | ee87b4efbdbae99794efbdb4e887aaee82a9 |
UHC | ??闔?自? | 0011111100111111111110011110111100111111111011011011101100111111 | 3f3ff9ef3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)