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 | 瞎ンヲ瞎ン、^ | 111000011101000011011101101001101110000111010000110111011010010001011110 | e1d0dda6e1d0dda45e |
EUC-JP | 瞎ンヲ瞎ン、^ | 11100010110100101000111011011101100011101010011011100010110100101000111011011101100011101010010001011110 | e2d28edd8ea6e2d28edd8ea45e |
UTF-8 | 瞎ンヲ瞎ン、^ | 11100111100111101000111011101111101111101001110111101111101111011010011011100111100111101000111011101111101111101001110111101111101111011010010001011110 | e79e8eefbe9defbda6e79e8eefbe9defbda45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)