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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銖阪e雉 | 1110011111110001100011011110001110000010100001011110100010110011 | e7f18de38285e8b3 |
EUC-JP | 銖阪e雉 | 1110111011110011101110101110010110100011111001011111000010110101 | eef3bae5a3e5f0b5 |
UTF-8 | 銖阪e雉 | 111010011000101010010110111010011001100010101010111011111011110110000101111010011001101110001001 | e98a96e998aaefbd85e99b89 |
UHC | 銖阪e雉 | 1110001011000111111110001010000110100011111001011111011011001011 | e2c7f8a1a3e5f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)