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 | 辿即他誰村 | 10010010010010001001000110100110100100011011110010010010010011101001000110111010 | 924891a691bc924e91ba |
EUC-JP | 辿即他誰村 | 11000011101010011100001010101000110000101011111011000011101011111100001010111100 | c3a9c2a8c2bec3afc2bc |
UTF-8 | 辿即他誰村 | 111010001011111010111111111001011000110110110011111001001011101110010110111010001010101010110000111001101001110110010001 | e8bebfe58db3e4bb96e8aab0e69d91 |
UHC | ??他誰村 | 0011111100111111111101101110001011100010110000011111010110111101 | 3f3ff6e2e2c1f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)