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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 軏基筒K | 11111011101100101000101011101110100100111001101101001011 | fbb28aee939b4b |
EUC-JP | 軏基筒K | 1000111111100000110110011011010011110000110001011111101101001011 | 8fe0d9b4f0c5fb4b |
UTF-8 | 軏基筒K | 11101000101110111000111111100101100111111011101011100111101011011001001001001011 | e8bb8fe59fbae7ad924b |
UHC | ?基筒K | 001111111101000011110001111101111101010101001011 | 3fd0f1f7d54b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)