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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 賊??賊??^ | 100100011010111100111111001111111001000110101111001111110011111101011110 | 91af3f3f91af3f3f5e |
EUC-JP | 賊??賊??^ | 110000101011000100111111001111111100001010110001001111110011111101011110 | c2b13f3fc2b13f3f5e |
UTF-8 | 賊롙렑賊롙렎^ | 11101000101100111000101011101011101000011001100111101011101000001001000111101000101100111000101011101011101000011001100111101011101000001000111001011110 | e8b38aeba199eba091e8b38aeba199eba08e5e |
UHC | 賊롙렑賊롙렎^ | 11101110111001001000111011011101100011101010011011101110111001001000111011011101100011101010010001011110 | eee48edd8ea6eee48edd8ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)