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 | 縞靜七 | 1111000010111110100011101100100011101000110011101000111010110101 | f0be8ec8e8ce8eb5 |
EUC-JP | ?縞靜七 | 00111111101111001100101011110000110100001011110010110111 | 3fbccaf0d0bcb7 |
UTF-8 | 縞靜七 | 111011101000000110111101111001111011100010011110111010011001110110011100111001001011100010000011 | ee81bde7b89ee99d9ce4b883 |
UHC | ?縞靜七 | 00111111111110111101011011110000101000011111011011010010 | 3ffbd6f0a1f6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)