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 | 釭ホ鰰・鍾 | 1111101110111101110011101110100111011110101001011000111111011111 | fbbdcee9dea58fdf |
EUC-JP | 釭ホ鰰・鍾 | 1000111111100011101011111000111011001110111100101110000010001110101001011011111011100001 | 8fe3af8ecef2e08ea5bee1 |
UTF-8 | 釭ホ鰰・鍾 | 111010011000011110101101111011111011111010001110111010011011000010110000111011111011110110100101111010011000110110111110 | e987adefbe8ee9b0b0efbda5e98dbe |
UHC | ????鍾 | 001111110011111100111111001111111111000110100011 | 3f3f3f3ff1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)