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 | 癬纖淵癬 | 1110000110011101111000111001100110010101101000111110000110011101 | e19de39995a3e19d |
EUC-JP | 癬纖淵癬 | 1110000111111101111001011111100111001010101001011110000111111101 | e1fde5f9caa5e1fd |
UTF-8 | 癬纖淵癬 | 111001111001100110101100111001111011101010010110111001101011011110110101111001111001100110101100 | e799ace7ba96e6b7b5e799ac |
UHC | 癬纖淵癬 | 1110000011001000111000001110100111100110110100001110000011001000 | e0c8e0e9e6d0e0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)