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 | 軏基筒 | 111110111011001010001010111011101001001110011011 | fbb28aee939b |
EUC-JP | 軏基筒 | 10001111111000001101100110110100111100001100010111111011 | 8fe0d9b4f0c5fb |
UTF-8 | 軏基筒 | 111010001011101110001111111001011001111110111010111001111010110110010010 | e8bb8fe59fbae7ad92 |
UHC | ?基筒 | 0011111111010000111100011111011111010101 | 3fd0f1f7d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)