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 | 諸碑ウェ涇 | 1111101110101001100101001110100010110011101010101111101011111011 | fba994e8b3aafafb |
EUC-JP | ?碑ウェ涇 | 00111111110010001110101010001110101100111000111010101010100011111100011111000111 | 3fc8ea8eb38eaa8fc7c7 |
UTF-8 | 諸碑ウェ涇 | 111011111010100010100010111001111010001010010001111011111011110110110011111011111011110110101010111001101011011010000111 | efa8a2e7a291efbdb3efbdaae6b687 |
UHC | ?碑??涇 | 00111111110111011111100000111111001111111100110011011100 | 3fddf83f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)