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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諸碑ウェ涇イ | 111110111010100110010100111010001011001110101010111110101111101110110010 | fba994e8b3aafafbb2 |
EUC-JP | ?碑ウェ涇イ | 001111111100100011101010100011101011001110001110101010101000111111000111110001111000111010110010 | 3fc8ea8eb38eaa8fc7c78eb2 |
UTF-8 | 諸碑ウェ涇イ | 111011111010100010100010111001111010001010010001111011111011110110110011111011111011110110101010111001101011011010000111111011111011110110110010 | efa8a2e7a291efbdb3efbdaae6b687efbdb2 |
UHC | ?碑??涇? | 0011111111011101111110000011111100111111110011001101110000111111 | 3fddf83f3fccdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)