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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 識鰲治 | 11110010101011101000111010101111111010011110000010001110101000011111000010111001 | f2ae8eafe9e08ea1f0b9 |
EUC-JP | ?識鰲治? | 0011111110111100101100011111001011100010101111001010001100111111 | 3fbcb1f2e2bca33f |
UTF-8 | 識鰲治 | 111011101000011110100101111010001010110110011000111010011011000010110010111001101011001010111011111011101000000110111000 | ee87a5e8ad98e9b0b2e6b2bbee81b8 |
UHC | ?識鰲治? | 0011111111100011110110111110100010100111111101101011110100111111 | 3fe3dbe8a7f6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)