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 | レ邇エシ雉 | 111100001010100111011010111001111000111010110100101111001110100010110011 | f0a9dae78eb4bce8b3 |
EUC-JP | ?レ邇エシ雉 | 0011111110001110110110101110110111101110100011101011010010001110101111001111000010110101 | 3f8edaedee8eb48ebcf0b5 |
UTF-8 | レ邇エシ雉 | 111011101000000110101000111011111011111010011010111010011000001010000111111011111011110110110100111011111011110110111100111010011001101110001001 | ee81a8efbe9ae98287efbdb4efbdbce99b89 |
UHC | ??邇??雉 | 0011111100111111111011001100010000111111001111111111011011001011 | 3f3fecc43f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)