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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繼?盃 | 1110001110001011001111111001010001110101 | e38b3f9475 |
EUC-JP | 繼?盃 | 1110010111101011001111111100011111010110 | e5eb3fc7d6 |
UTF-8 | 繼뤩盃 | 111001111011100110111100111010111010010010101001111001111001101110000011 | e7b9bceba4a9e79b83 |
UHC | 繼뤩盃 | 110011011010100110001111110101111101101111001101 | cda98fd7dbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)