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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癬纖膳癬 | 1110000110011101111000111001100110010001010101101110000110011101 | e19de3999156e19d |
EUC-JP | 癬纖膳癬 | 1110000111111101111001011111100111000001101101111110000111111101 | e1fde5f9c1b7e1fd |
UTF-8 | 癬纖膳癬 | 111001111001100110101100111001111011101010010110111010001000011010110011111001111001100110101100 | e799ace7ba96e886b3e799ac |
UHC | 癬纖膳癬 | 1110000011001000111000001110100111100000110011101110000011001000 | e0c8e0e9e0cee0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)