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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?柏 | 001111111001010010010000 | 3f9490 |
EUC-JP | 鋌柏 | 1000111111100100101110111100011111110000 | 8fe4bbc7f0 |
UTF-8 | 鋌柏 | 111010011000101110001100111001101001111110001111 | e98b8ce69f8f |
UHC | 鋌柏 | 11101111111110111101101111011010 | effbdbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)