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 | 疑??疑??^ | 100010110101111000111111001111111000101101011110001111110011111101011110 | 8b5e3f3f8b5e3f3f5e |
EUC-JP | 疑??疑??^ | 101101011011111100111111001111111011010110111111001111110011111101011110 | b5bf3f3fb5bf3f3f5e |
UTF-8 | 疑뺠뿺疑뺠뿺^ | 11100111100101101001000111101011101110101010000011101011101111111011101011100111100101101001000111101011101110101010000011101011101111111011101001011110 | e79691ebbaa0ebbfbae79691ebbaa0ebbfba5e |
UHC | 疑뺠뿺疑뺠뿺^ | 11101011111101111001010111101000100101111011101011101011111101111001010111101000100101111011101001011110 | ebf795e897baebf795e897ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)